Hacker News new | ask | show | jobs
by forty 2328 days ago
I think a good test for IO bound is: will it run faster if disk is faster? If yes, then it's IO bound, if not, it means the bottleneck is somewhere else.