Changes between Version 65 and Version 66 of DeveloperGuidelines/Optimisation
- Timestamp:
- 03/29/11 21:52:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v65 v66 17 17 * If a specific inner-loop routine cannot be optimised in Python, then consider writing a C routine for this use case. 18 18 19 ''You can't beat C with Python, unless it's about readability.'' 19 20 === !JavaScript === 20 21 !JavaScript string concatenation: