JEJohn EisenbergMar 20, 2018
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)?
PHMNMPaddy and 6 more commented