[New-bugs-announce] [issue26887] Erratum in https://docs.python.org/2.6/library/multiprocessing.html

Ron Barak report at bugs.python.org
Fri Apr 29 16:56:45 EDT 2016


New submission from Ron Barak:

Erratum in https://docs.python.org/2.6/library/multiprocessing.html:

The chunksize argument is the same as the one used by the map() method. For very long iterables using a large value for chunksize can make >>>make<<< the job complete much faster than using the default value of 1.

----------
messages: 264520
nosy: ronbarak
priority: normal
severity: normal
status: open
title: Erratum in https://docs.python.org/2.6/library/multiprocessing.html
versions: Python 2.7

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


More information about the New-bugs-announce mailing list