Changes between Version 54 and Version 55 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
08/30/10 12:55:46 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v54 v55  
    3232
    3333=== Specific Examples ===
     34==== Python ====
    3435NB These vary on cases, so use the Profiler to see how they work in your cases...
    3536{{{
     
    106107
    107108Hence - for dicts, avoid hasattr to test for containment.
    108 ----
    109 Javascript string concatenation:
     109==== !JavaScript ====
     110!JavaScript string concatenation:
    110111 * http://aymanh.com/9-javascript-tips-you-may-not-know#String_Concatenation_vs._Array.join
    111112