[pypy-issue] [issue967] itertools.imap significantly (order of magnitude) slower than map or gencomps

Armin Rigo tracker at bugs.pypy.org
Sun Jan 1 09:14:58 CET 2012


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

Indeed, there is a special case for list(generator).  It's a bit annoying that
the more general list(iterator) is not sped up by the JIT at all.  It's a known
issue that we may fix at some point, but it's not completely clear how.

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


More information about the pypy-issue mailing list