Changes between Version 6 and Version 7 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
09/19/09 08:47:46 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v6 v7  
     1== Optimisation ==
     2
     3Writing code which runs fast.
     4
     5Consider having configurations which aread from DB frequently but written-to rarely, be set in configuration files which are written-out from the DB (like the CSS from themes)
     6
    17 * http://www.python.org/doc/essays/list2str/
    28 * http://www.skymind.com/~ocrow/python_string/