[Python-ideas] Adding a new function "zip_flat" to itertools (Re: Rewriting the "roundrobin" recipe in the itertools documentation)

Steven D'Aprano steve at pearwood.info
Mon Nov 20 11:18:46 EST 2017


Oops, a slight buglet in my test code:

[Attachment: rr_tester.py]

Change the constant 

NUMBER = 30

to the largest value you can bear for more reliable timing tests. I 
lowered the value for a quick test and forgot to increase it again.


-- 
Steve


More information about the Python-ideas mailing list