Hacker News new | ask | show | jobs
by d0mine 1490 days ago
The opposite is more plausible: it is rare when your performance issues are distributed evenly through the code.

The very words such as bottleneck/hotspot indicate that it is common to get the most benefit by optimizing small parts of the code.

1 comments

The fact that the words bottleneck and hotspot exist doesn't imply that they are common.