[docs] [issue20727] Improved roundrobin itertools recipe

Gareth Rees report at bugs.python.org
Tue Feb 25 01:45:53 CET 2014


Gareth Rees added the comment:

> benchmarks show it to be more than twice as fast

I'm sure they do, but other benchmarks show it to be more than twice as slow. Try something like:

    iterables = [range(100)] + [()] * 100

----------
nosy: +Gareth.Rees

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20727>
_______________________________________


More information about the docs mailing list