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

kostia.lopuhin tracker at bugs.pypy.org
Sat Jan 18 19:15:11 CET 2014


kostia.lopuhin <kostia.lopuhin at gmail.com> added the comment:

As for the itemgetter slowness - if I define _clock = builtinify(lambda x: 
x['clock']) than I get the same slowdown as for _clock = itemgetter('clock'). So 
it seems that function wrapped into builtinify needs a lot more time to warm up?

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


More information about the pypy-issue mailing list