Changes between Version 1 and Version 2 of PossibleOptimizationAreas

Show
Ignore:
Timestamp:
02/21/06 17:48:11 (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PossibleOptimizationAreas

    v1 v2  
    22 
    33 * 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.