[Numpy-discussion] "import numpy" is slow

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Jul 31 09:01:59 EDT 2008


Nathan Bell wrote:
>
> There are other components of NumPy/SciPy that are more worthy of
> optimization.  Given that programmer time is a scarce resource, it's
> more sensible to direct our efforts towards making the other 98.5% of
> the computation faster.
>   

To be fair, when I took a look at the problem last month, it took a few
of us (Robert and me IIRC) maximum 2 man hours altogether to divide by
two numpy import times on linux, without altering at all the API. Maybe
there are more things which can be done to get to a more 'flat' profile.

cheers,

David



More information about the NumPy-Discussion mailing list