Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/PerformanceTips


Ignore:
Timestamp:
Aug 19, 2005, 12:24:23 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/PerformanceTips

    v5 v6  
    11= C++ Performance Tweaking Tips =
    2 
     2[[TracNav(TracNav/TOC)]]
    33== General Idea ==
    44It 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!'''