Live data from Hacker News

How “latency numbers everybody should know” decreased from 1990–2020

colin-scott.github.io

1–10 of 225 posts

Re: How “latency numbers everybody should know” decreased from 1990–2020

#9
According to this all latencies improved dramatically except for SSD random read (disk seek only improved by 10x as well). Reading 1 million bytes sequentially from SSD improved 1000x and is now only 2-3x slower than a random read and for disk reading 1 million bytes is faster than a seek. Conclusion: avoid random IO where performance matters.

CPU and RAM latencies stopped improving in 2005 but storage and network kept improving.

Post reply on HN