Changes between Version 6 and Version 7 of code/PerformanceTips
- Timestamp:
- Oct 19, 2007, 6:51:27 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/PerformanceTips
v6 v7 1 [[TracNav(TracNav/TOC_Coding)]] 1 2 = C++ Performance Tweaking Tips = 2 [[TracNav(TracNav/TOC)]] 3 3 4 == General Idea == 4 5 It doesn't make sense to tweak every program code. Sometimes they are executed in time-uncritical sections of the program or they are executed only a few times. In these cases its nice to do some performance tweaking but it doesn't slow down the program to much if you don't. '''The more a certain part of code is executed, the more you will want to tweak it!'''