Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
6a57d065
Commit
6a57d065
authored
Dec 19, 2018
by
Saurav
Committed by
Donne Martin
Dec 18, 2018
Browse files
Fix #228: Address mutex latency discrepancy (#233)
parent
02c0827a
Changes
4
Hide whitespace changes
Inline
Side-by-side
README-ja.md
View file @
6a57d065
...
...
@@ -1555,7 +1555,7 @@ Latency Comparison Numbers
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock
100
ns
Mutex lock/unlock
25
ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 10,000 ns 10 us
Send 1 KB bytes over 1 Gbps network 10,000 ns 10 us
...
...
README-zh-Hans.md
View file @
6a57d065
...
...
@@ -1572,7 +1572,7 @@ Latency Comparison Numbers
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock
100
ns
Mutex lock/unlock
25
ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 10,000 ns 10 us
Send 1 KB bytes over 1 Gbps network 10,000 ns 10 us
...
...
README-zh-TW.md
View file @
6a57d065
...
...
@@ -1556,7 +1556,7 @@ REST 關注於揭露資料,減少客戶端/伺服器之間耦合的程度,
L1 快取參考數量級 0.5 ns
Branch mispredict 5 ns
L2 快取參考數量級 7 ns 14x L1 cache
Mutex lock/unlock
100
ns
Mutex lock/unlock
25
ns
主記憶體參考數量級 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 10,000 ns 10 us
Send 1 KB bytes over 1 Gbps network 10,000 ns 10 us
...
...
README.md
View file @
6a57d065
...
...
@@ -1553,7 +1553,7 @@ Latency Comparison Numbers
L1 cache reference 0.5 ns
Branch mispredict 5 ns
L2 cache reference 7 ns 14x L1 cache
Mutex lock/unlock
100
ns
Mutex lock/unlock
25
ns
Main memory reference 100 ns 20x L2 cache, 200x L1 cache
Compress 1K bytes with Zippy 10,000 ns 10 us
Send 1 KB bytes over 1 Gbps network 10,000 ns 10 us
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment