NumPy Status Update(morepypy.blogspot.com) |
NumPy Status Update(morepypy.blogspot.com) |
Most of the basic stuff works, significantly missing are SIMD optimizations and lazy expression evaluation.
Unfortunately, much scientific python software is written using the cpython capi, so it will require quite a bit of retooling of things like scipy [5] for the implementation of numpy on pypy to become popular.
[1] http://pypy.org [2] http://speed.pypy.org [3] http://python.org [4] http://docs.python.org/2/c-api [5] http://www.scipy.org/