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 pitrou
Recipients isoschiz, mark.dickinson, meador.inge, pitrou, serhiy.storchaka, skrah
Date 2013-04-20.21:53:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366494791.84.0.998988914179.issue17804@psf.upfronthosting.co.za>
In-reply-to
Content
Well, according to a quick benchmark, iter_unpack() is 3x to 6x faster than the grouper() + unpack() recipe.
(it's also a bit more user-friendly)
History
Date User Action Args
2013-04-20 21:53:11pitrousetrecipients: + pitrou, mark.dickinson, skrah, meador.inge, serhiy.storchaka, isoschiz
2013-04-20 21:53:11pitrousetmessageid: <1366494791.84.0.998988914179.issue17804@psf.upfronthosting.co.za>
2013-04-20 21:53:11pitroulinkissue17804 messages
2013-04-20 21:53:11pitroucreate