Wednesday, January 22, 2014

A video about Profiling

To paraphrase the video:
Profiling is about making your code faster in an intelligent way. You should make your code "correct" first then worry about making it fast. That's because performance changes invariably make your code maintainability *worse*.
This is really should be required material for OpenStack contributors.