Antonio Cuni and Armin Rigo did some work to investigate why PyPy was
slower and they've found the reason:
http://mail.libexpat.org/pipermail/pypy-dev/2011-November/008726.html
By changing the conditions (so a more loop-intensive region is
calculated) PyPy does better than Cython (but still worse than
ShedSkin). They're continuing to investigate, I figured you'd like to
know that ShedSkin is still the benchmark to beat for my tutorial :-)
Ian.
--
Ian Ozsvald (A.I. researcher)
i...@IanOzsvald.com
http://IanOzsvald.com
http://MorConsulting.com/
http://StrongSteam.com/
http://SocialTiesApp.com/
http://TheScreencastingHandbook.com
http://FivePoundApp.com/
http://twitter.com/IanOzsvald
By changing the conditions (so a more loop-intensive region is
calculated) PyPy does better than Cython (but still worse than
ShedSkin). They're continuing to investigate, I figured you'd like to
know that ShedSkin is still the benchmark to beat for my tutorial :-)