Changes between Version 54 and Version 55 of DeveloperGuidelines/Optimisation
- Timestamp:
- 08/30/10 12:55:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v54 v55 32 32 33 33 === Specific Examples === 34 ==== Python ==== 34 35 NB These vary on cases, so use the Profiler to see how they work in your cases... 35 36 {{{ … … 106 107 107 108 Hence - for dicts, avoid hasattr to test for containment. 108 ---- 109 Javascript string concatenation:109 ==== !JavaScript ==== 110 !JavaScript string concatenation: 110 111 * http://aymanh.com/9-javascript-tips-you-may-not-know#String_Concatenation_vs._Array.join 111 112