[pypy-issue] [issue1547] Speed regressions vs. CPython for project euler programs

Armin Rigo tracker at bugs.pypy.org
Wed Jul 17 21:09:41 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

I find it hard to reproduce.  For example, I modified euler24.py to call 500'000
times the function solve(), and it takes 11.3 seconds on CPython 2.7 versus 1.91
seconds on PyPy 2.0.2.  Running the same function with "timeit -n 10 -r 3"
doesn't make any sense at all, because it takes no measurable time.

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1547>
________________________________________


More information about the pypy-issue mailing list