Changes between Version 6 and Version 7 of DeveloperGuidelines/Optimisation
- Timestamp:
- 09/19/09 08:47:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v6 v7 1 == Optimisation == 2 3 Writing code which runs fast. 4 5 Consider 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 1 7 * http://www.python.org/doc/essays/list2str/ 2 8 * http://www.skymind.com/~ocrow/python_string/