|
|
|
|
|
by masklinn
1056 days ago
|
|
There’s only so many background / non-interactive tasks you need to run, and especially that you need to run now: with more Es you increase the parallelism but if everything goes idle quickly you’ve kinda wasted the silicon. P cores are more relevant for interactive work which the user is waiting on, hence he sacrifice if efficiency. |
|