Changes between Version 2 and Version 3 of PossibleOptimizationAreas
- Timestamp:
- 02/21/06 18:34:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PossibleOptimizationAreas
v2 v3 3 3 * PyArray_EnsureArray. It seems to be slow for python ints. This came up as a possible culprit 4 4 for some pow() slowness. PyArray_EnsureArray could special-check Python scalars for a speed-up. 5 6 * Default (digits=0) case of around is 10x slower than {{{(x+0.5).astype(int).astype(float)}}}
