[Numpy-discussion] optimising single value functions for array calculations

Stéfan van der Walt stefan at sun.ac.za
Mon Dec 1 07:14:47 EST 2008


2008/12/1 Nadav Horesh <nadavh at visionsense.com>:
> I does not solve the slowness problem. I think I read on the list about an
> experimental code for fast vectorization.

The choices are basically weave, fast_vectorize
(http://projects.scipy.org/scipy/scipy/ticket/727), ctypes, cython or
f2py.  Any I left out?  Ilan's fast_vectorize should have been
included in SciPy a while ago already.  Volunteers for patch review?

Cheers
Stéfan



More information about the NumPy-Discussion mailing list