Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#75·art-of-node

Wrong number?

Author: huntzhanCreated Sep 25, 2016Updated Sep 25, 2016

A ballpark figure would be that talking to a hard drive is about 100,000 times slower than talking to memory (e.g. RAM).

I don't think reading from hard drive could be 10^5 slower than reading from memory. Maybe 100~500 times slower is more appropriate.

https://people.eecs.berkeley.edu/~rcs/research/interactive_latency.html

Source: max-mapper/art-of-node

View original on GitHubView discussion on GitHub