[pypy-issue] [issue819] Arithmetic is slower than CPython in extreme cases

Stian Andreassen tracker at bugs.pypy.org
Sun Jun 24 08:13:18 CEST 2012


Stian Andreassen <stian at tech1.org> added the comment:

2**num is 50 times faster using improvements available here:
https://bitbucket.org/_stian/pypy-improvebigint

It also closes the gap between cPython and pypy by about 50% when it comes to
general pow and mul operations.

----------
nosy: +stian

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


More information about the pypy-issue mailing list