When optimizing a program for performance it’s very common that you spend a lot of time on only a handful of different functions, simply because they are the ones that show up in the profiler the most often. But 99% of your written lines will probably never be looked at during optimization, because they are […]