[pypy-issue] [issue1652] Array search ( Sorting/index heavy) is 2.24x slower on PyPy than Python2 and Python3

Spider tracker at bugs.pypy.org
Fri Dec 6 01:35:22 CET 2013


Spider <spider at skuggor.se> added the comment:

Some further tuning of the code ( making it less stupid)  only increases the
pain for PyPy :

python3: 
56.57909187000041

pypy:
332.630371809

( 1000 iterations now. )
    15845    0.193    0.000    0.193    0.000 :0(append)
      713    0.021    0.000    0.021    0.000 :0(index)
     2085    0.031    0.000    0.031    0.000 :0(max)
     2314    0.064    0.000    0.064    0.000 :0(sort)

----------
status: unread -> chatting

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


More information about the pypy-issue mailing list