Hacker News new | ask | show | jobs
by brobdingnagians 2366 days ago
Sometimes the language is the reason it is IO bound. A good example of this and discussion is in the link below. The heap of abstractions can cause it to be IO bound, or the CPU usage can bound the IO.

https://erikengbrecht.blogspot.com/2008/06/what-does-io-boun...