Power of Small Optimizations
Overview
In this post, I will talk about the importance of small optimizations that can provide a lot of performance improvements.
Generally, when I think about different optimizations, I place them in a hierarchy of different levels:
Architecture level optimizations.
Algorithms and data structures level optimizations.
Source code level optimizations.
Typically, optimizations from higher levels of this hierarchy have more impact on your application than those from lower levels. It does not make ...
Read more at maksimkita.com