[Numpy-discussion] performance problem

Travis Oliphant oliphant.travis at ieee.org
Mon Jan 30 19:29:04 EST 2006


Christopher Barker wrote:

>
> Which perhaps helps answer Travis' original question.
>
> Did it make much difference in this case, Travis?

Some difference in that case.  For 10**6 elements, the relevant loops 
went from about 34 msec/loop (using the timeit module) to about 31 
msec/loop.

For a savings of about 3 msec/loop on my AMD platform.

-Travis





More information about the NumPy-Discussion mailing list