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

Alex Gaynor tracker at bugs.pypy.org
Sat Jan 18 19:13:08 CET 2014


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

I think there's a problem with str/unicode dicts, adding `from __future__ import 
unicode_literals` to the top makes this faster.

----------
nosy: +agaynor

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


More information about the pypy-issue mailing list