[Numpy-discussion] Speed degression?

Travis Oliphant oliphant.travis at ieee.org
Thu Jul 6 08:59:04 EDT 2006


Arnd Baecker wrote:
> Hi
>>> i made some speed tests using the sin-function and the %-operation to compare
>>> Numeric, numpy 0.9.8 and numpy 0.9.9.2732.
>>> As result the latest numpy version seems to be very slow in comparison to the
>>> two other candidates.
>>>       

Arrgggh.

It looks like a pre-mature return statement was causing scalarmath not 
to load and therefore none of it's speed ups are present  until this SVN.

Thanks for the speed test...

-Travis






More information about the NumPy-Discussion mailing list