|
|
|
|
|
by pkolaczk
1081 days ago
|
|
> It is quite common that you only need to optimize very small parts of a program to this level. It's a quite common myth developers believe about performance. Hotspots do happen sometimes, but once they have been optimized you quicky end up with a flat profile and an "everything is slow" problem. And in some types of apps, the majority of code is performance critical. |
|
If the majority of code is performance critical, the tradeoffs are of course different.