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 christian.leichsenring
Recipients Mike.Drob, christian.leichsenring, davin, sbt, travis.thieman
Date 2020-10-01.12:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601553976.36.0.716083151274.issue22864@roundup.psfhosted.org>
In-reply-to
Content
The main point the OP didn't make is exactly the issue that Pool.map returns a list which is potentially very large given that multiprocessing is used to process large amounts of data.

So IMHO either there should be the possibility to exclude elements from being saved in memory (i.e. Pool.filter) or Pool.map shouldn't return a list but just an iterable.
History
Date User Action Args
2020-10-01 12:06:16christian.leichsenringsetrecipients: + christian.leichsenring, sbt, Mike.Drob, travis.thieman, davin
2020-10-01 12:06:16christian.leichsenringsetmessageid: <1601553976.36.0.716083151274.issue22864@roundup.psfhosted.org>
2020-10-01 12:06:16christian.leichsenringlinkissue22864 messages
2020-10-01 12:06:16christian.leichsenringcreate