Jul 21, 2017 · 1 min read
That’s also why I don’t micro optimize. Code will be optimized differently in each environment. And the efforts you take to micro optimize now could be reversed later when the engine designers optimize their engine.
The only time this type of optimization is justified is if it has been identified as a bottleneck in the code.
Cheers!
