Python is slow

sturlamolden sturlamolden at yahoo.no
Fri Dec 12 09:50:27 EST 2008


On Dec 12, 3:43 pm, Stefan Behnel <stefan... at behnel.de> wrote:

> http://cython.org/

How is the numpy support in Cython going? It was supposed to know
about ndarrays natively. I.e. not treat them as Python objects, but
rather as known C structs. That way an operation like arr[n] would not
result in a callback to Python, but translate directly to fast pointer
arithmetics.




More information about the Python-list mailing list