Hacker News new | ask | show | jobs
by simonw 634 days ago
Yeah, I just checked and even a RaspberryPi has four cores these days. So I guess they went extinct a long time ago!
2 comments

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.

Yes, but:

1. Other people with different needs exist.

2. That's why we have schedulers.

Even many microcontrollers have multiple cores nowadays. It’s not the norm just yet, though.