Hi Alex,

On Wed, May 1, 2013 at 4:08 PM, Alex Gaynor <alex.gay...@gmail.com> wrote:
> I read the benchmark, it's the loop inside of `zip()` which has very few
> iterations.

Ah oh.  Sorry.  I forgot that zip() is implemented at app-level.

Could it be helpful to have a faster version of zip() specialized to
two arguments?  It would avoid the loop of length 2 that we do for
each pair of items.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to