Skip to content

Instantly share code, notes, and snippets.

@mihalyr
mihalyr / latency.txt
Last active February 10, 2020 19:17 — forked from jboner/latency.txt
Latency Numbers Every Programmer Should Know
Latency numbers 2020
--------------------
Source: https://www.forrestthewoods.com/blog/memory-bandwidth-napkin-math/
L1 Latency: 1 ns
L2 Latency: 2.5 ns
L3 Latency: 10 ns
RAM Latency: 50 ns
(per thread)