|
|
|
|
|
by ComputerGuru
703 days ago
|
|
> If you have a program that can use more than 8 cores, then that 8P+12E CPU should approach a 14P CPU in speed Only if you use work stealing queues or (this is ridiculously unlikely) run multithreaded algorithms that are aware of the different performance and split the work unevenly to compensate. |
|
Blindly dividing work units across cores sounds like a terrible strategy for a general program that's sharing those cores with who-knows-what.