For your Friday viewing pleasure, from the always-engaging master, Andrei Alexandrescu:
Three Optimization Tips for C++ (video) (PDF slides)
Andrei Alexandrescu
Facebook NYC, December 4, 2012
From an early slide in the talk: "Intuition:
- Ignores aspects of a complex reality
- Makes narrow/wrong/obsolete assumptions
[...]
- The only good intuition: "I should time this."
Enjoy.
(Bonus: The tips are also applicable in other languages. They just happen to be easier to use and control in C++.)
Add a Comment
Comments are closed.