This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdr@garethrees.org
Recipients david.lindquist, docs@python, gdr@garethrees.org, larry, rhettinger
Date 2014-02-25.00:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393289153.62.0.945952452474.issue20727@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2014-02-25 00:45:53gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, rhettinger, larry, docs@python, david.lindquist
2014-02-25 00:45:53gdr@garethrees.orgsetmessageid: <1393289153.62.0.945952452474.issue20727@psf.upfronthosting.co.za>
2014-02-25 00:45:53gdr@garethrees.orglinkissue20727 messages
2014-02-25 00:45:53gdr@garethrees.orgcreate