Changes between Version 8 and Version 9 of PossibleOptimizationAreas
- Timestamp:
- 03/08/06 19:19:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PossibleOptimizationAreas
v8 v9 7 7 8 8 * As of changeset:2173 {{{x.fill(1)}}} is 2x slower than {{{x += 1}}}. One should be able to set memory to a constant value faster than autoincrement. [wiki:PossibleOptimizationAreas/FillDiscussion Discussion]. Implemented in changeset:2188. 9 10 * As of changeset:2108 {{{x.sum(0)}}} is 5x slower than {{{x[0] + x[1]}} for {{{x = zeros((2,500), 'f')}}. [wiki:PossibleOptimizationAreas/ReduceDiscussion Discussion]
