|
|
|
|
|
by aappleby
103 days ago
|
|
This is... not an example of good optimization. Focusing on micro-"optimizations" like this one do absolutely nothing for performance (how many times are you actually calling Instance() per frame?) and skips over the absolutely-mandatory PROFILE BEFORE YOU OPTIMIZE rule. If a coworker asked me to review this CL, my comment would be "Why are you wasting both my time and yours?" |
|
In my view, the article is not about optimizing, but about understanding how things work under the hood. Which is interesting for some.