Y
Hacker News
new
|
ask
|
show
|
jobs
by
logicalmind
5755 days ago
Your dream idea will work for cpu-bound programs but it seems the majority of applications are bound by factors other than the cpu. The waste frequently comes from waiting for I/O to complete.
1 comments
mathgladiator
5755 days ago
That's exactly true which is why I'm working on understanding IO bound applications (my current research:
http://github.com/mathgladiator/node.ocaml
)
link