numbers-every-programmer-should-know
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| numbers-every-programmer-should-know [February 13, 2026 at 10:50] – yanevskiv | numbers-every-programmer-should-know [August 22, 2026 at 15:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # Numbers every programmer should know | ||
| + | |||
| + | **[Numbers every programmer should know](https:// | ||
| + | |||
| + | Based on Jeff Dean's seminal analysis; values evolve as technology changes. | ||
| + | |||
| + | ## Example | ||
| + | |||
| + | Typical latency hierarchy (approximate 2020s values): | ||
| + | |||
| + | ``` | ||
| + | L1 cache reference: | ||
| + | L2 cache reference: | ||
| + | Main memory reference: | ||
| + | Mutex lock/ | ||
| + | Compress 1K with Zippy: | ||
| + | Network SSD read (4K): 150,000 ns | ||
| + | Disk seek: | ||
| + | Network RTT CA↔NL: | ||
| + | ``` | ||
