Hacker News new | ask | show | jobs
by poincaredisk 633 days ago
Yes, but:

* Most of the programs I write are not (trivially) parallelizable, and a the bottleneck is still a single core performance

* There is more than one process at any time, especially on servers. Other cores are also busy and have their own work to do.

1 comments

Yes, but:

1. Other people with different needs exist.

2. That's why we have schedulers.