[pypy-issue] [issue1654] math.factorial is slow

Armin Rigo tracker at bugs.pypy.org
Sat Dec 7 10:23:35 CET 2013


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

Yay, thanks! :-)  It's already much, much faster than the version we had (which
is also the version in CPython apparently).  I added a check to use directly the
old version of the code for x <= 100.  Checked in 73fd0ad3e2e2.

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

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


More information about the pypy-issue mailing list