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 methane
Recipients Windson Yang, methane, zach.ware
Date 2018-07-17.06:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531810564.79.0.56676864532.issue34134@psf.upfronthosting.co.za>
In-reply-to
Content
> I think we should add something like "if you are using generator, consider use imap instead" 

I think it's not good hint.
There are short generator.  And there are long (or infinite) iterator other than generator too.
Maybe, "if iterator is not sequence (e.g. generator) and can be very big, consider using `imap` or `imap_unorderd` with explicit `chunksize` option for better efficiency."

But I'm not good at writing English.
Someone other than me can write better paragraph.
History
Date User Action Args
2018-07-17 06:56:05methanesetrecipients: + methane, zach.ware, Windson Yang
2018-07-17 06:56:04methanesetmessageid: <1531810564.79.0.56676864532.issue34134@psf.upfronthosting.co.za>
2018-07-17 06:56:04methanelinkissue34134 messages
2018-07-17 06:56:04methanecreate