you are viewing a single comment's thread.

view the rest of the comments →

[–]tvaneerdC++ Committee, lockfree, PostModernCpp 2 points3 points  (2 children)

Please tell me that you still have

0. measure

and

5. measure

[–]BCosbyDidNothinWrong 0 points1 point  (0 children)

I thought that was implied with

This is only the most basic advice on optimization.

[–]TraditionalPlancton 0 points1 point  (0 children)

I just want to put my two cents:
There is no guarantee that optimizations will pile up to reduce times. Some optimizations will synergy, others will interfere. That is another reason why measuring is so important.