Changes between Version 1 and Version 2 of PossibleOptimizationAreas
- Timestamp:
- 02/21/06 17:48:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PossibleOptimizationAreas
v1 v2 2 2 3 3 * PyArray_EnsureArray. It seems to be slow for python ints. This came up as a possible culprit 4 for some pow() slowness. 4 for some pow() slowness. PyArray_EnsureArray could special-check Python scalars for a speed-up.
