You Don’t Know What To Optimize Until Your Profile Your Code
Before you start optimizing a section of code you think is a performance bottleneck prove that it actually is a bottleneck by profiling the code.
Before you start optimizing a section of code you think is a performance bottleneck prove that it actually is a bottleneck by profiling the code.