|
|
|
|
|
by josefx
1032 days ago
|
|
You mix up time and code. You don't have to parallelize 100% of your code to scale with cores, you only have to parallelize the code that your software spends most of its time executing and that is often significantly less than 90%. |
|