Changes between Version 3 and Version 4 of CodeAndMemoryPerformance


Ignore:
Timestamp:
May 11, 2013, 8:51:17 AM (11 years ago)
Author:
tuan kuranes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeAndMemoryPerformance

    v3 v4  
    11= Performance =
     2 * write code using simple and free [http://www.tantalon.com/pete/cppopt/main.htm optimisations as you go]
    23 * Measure and time any code change. (use profilers.)
    34 * Reuse computations and call results as much as possible.