>>>>> "David" == David Cournapeau <[EMAIL PROTECTED]> writes:

    David> Of this 300 ms spent in Colormap functor, 200 ms are taken
    David> by the take function: this is the function which I think
    David> can be speed up considerably.

Sorry I had missed this in the previous conversations.  It is
impressive that take is taking such a big chunk the __call__ time,
because there is a lot of other stuff going on in that function!

You might want to run this against numarray for comparison -- in a few
instances Travis has been able find some big wins by borrowing from
numarray.


JDH
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to