[pypy-issue] [issue1488] Times slower in PyPy

Armin Rigo tracker at bugs.pypy.org
Fri May 17 11:05:04 CEST 2013


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

Reduced the test case to: str() is seriously slower than on CPython.

    l = 3 ** 2234
    for i in range(10000):
        l += 1
        if 'foobar' in str(l):
            break

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

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


More information about the pypy-issue mailing list