Changes between Version 2 and Version 3 of PossibleOptimizationAreas

Show
Ignore:
Timestamp:
02/21/06 18:34:26 (7 years ago)
Author:
sasha
Comment:

added slow around

Legend:

Unmodified
Added
Removed
Modified
  • PossibleOptimizationAreas

    v2 v3  
    33 * PyArray_EnsureArray. It seems to be slow for python ints. This came up as a possible culprit 
    44   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)}}}