[issue11271] concurrent.futures.ProcessPoolExecutor.map() slower than multiprocessing.Pool.map() for fast function argument

Tobias Brink report at bugs.python.org
Mon Feb 21 17:41:22 CET 2011


Tobias Brink <tobias.brink at gmail.com> added the comment:

Playing around a bit I wrote the attached implementation which works with all iterables.

----------
Added file: http://bugs.python.org/file20826/new_processpoolexecutor.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11271>
_______________________________________


More information about the Python-bugs-list mailing list