diff --git a/README-ja.md b/README-ja.md index dc0cfce..c3d0efd 100644 --- a/README-ja.md +++ b/README-ja.md @@ -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 diff --git a/README-zh-Hans.md b/README-zh-Hans.md index afe2672..bce8bfb 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -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 diff --git a/README-zh-TW.md b/README-zh-TW.md index d322f0e..71f0f22 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -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 diff --git a/README.md b/README.md index dca7955..bdfe103 100644 --- a/README.md +++ b/README.md @@ -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