Rules Of Optimization Club
The Rules of Optimization Club:
-
You do not optimize.
-
You do not optimize, without measuring first.
-
When the performance is not bound by the code, but by external factors, the optimization is over.
-
Only optimize code that already has full unit test coverage.
-
One factor at a time.
-
No unresolved bugs, no schedule pressure.
-
Testing will go on as long as it has to.
-
If this is your first night at Optimization Club, you have to write a test case.
See: RulesOfOptimization, ProfileBeforeOptimizing
CategoryOptimization