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

anon tracker at bugs.pypy.org
Mon Aug 29 06:36:06 CEST 2011


anon <b10419697 at klzlk.com> added the comment:

Also some cases can be optimized:

m = 1<<100000000
n = 2**100000000

m is instant to compute; n takes several seconds.

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


More information about the pypy-issue mailing list