Hi, I'm trying to make some performance comparisons using various tools like CPython, Cython, PyPy and Numba as described in an exercise I've put up here for a presentation (a tiny function generating digits of Pi): https://gist.github.com/deeplook/4947835 For this code PyPy 1.9 shows around 50 % of the performance of CPython.
Christian Tismer tells me 2.0 beta 1 was much better, but I'm running into a bug for PyPy 2.0 beta 1 already described here two months ago: https://bugs.pypy.org/issue1350 So... is there any estimate for the release date of 2.0 beta 2? Thanks, Dinu _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
