Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of code/PerformanceTips


Ignore:
Timestamp:
Oct 19, 2007, 6:51:27 PM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/PerformanceTips

    v6 v7  
     1[[TracNav(TracNav/TOC_Coding)]]
    12= C++ Performance Tweaking Tips =
    2 [[TracNav(TracNav/TOC)]]
     3
    34== General Idea ==
    45It 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!'''