Ian Kelly <ian.g.ke...@gmail.com> wrote:

> Also numba, which is reminiscent of psyco, but with more features and
> Python 3 support.

For numerical computing with NumPy, Numba tends to give performance
comparable to -O2 in C. This is because it is very easy to do type
inference in most scientific array computing. Numba is still a bit
immature, though, compared to e.g. Cython. 

Sturla

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to