Y
Hacker News
new
|
ask
|
show
|
jobs
by
dahfizz
1302 days ago
"just a cached query" isn't like it's just a hash lookup. You're still doing IO, network protocol decoding, multithreaded synchronization, etc etc. It's certainly not a CPU bound program.