How important is micro-optimization while writing code?
Do you care about micro-optimizations? While writing code do you always compare the speed of two similar functions/libraries/routines and use the one which is more performant (even if it makes little difference to overall speed of the app)?
Mar 20, 2018PHMNM