Changes between Version 65 and Version 66 of DeveloperGuidelines/Optimisation


Ignore:
Timestamp:
03/29/11 21:52:43 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Optimisation

    v65 v66  
    1717 * If a specific inner-loop routine cannot be optimised in Python, then consider writing a C routine for this use case.
    1818
     19 ''You can't beat C with Python, unless it's about readability.''
    1920=== !JavaScript ===
    2021!JavaScript string concatenation: