|
|
|
|
|
by pjmlp
3066 days ago
|
|
It is, in the age of ubiquitous multi-core hardware. I don't remember when it was the last time any of my applications only had a single thread of execution on them, beyond shell and Python scripts. Maybe around 2000. And even then, the OS is juggling processes across all cores every few ms, so outside any benchmark winning game, there isn't much real world value in single thread performance. |
|