[issue20540] Python 3.3/3.4 regression in multiprocessing manager ?

Charles-François Natali report at bugs.python.org
Fri Feb 7 20:36:28 CET 2014


Charles-François Natali added the comment:

> Updated patch with the 3.2 heuristic for deciding when to concatenate.

LGTM.

For posterity, a quick benchmark performing 100 trivial remote calls:
Before:
$ ./python ~/test_manager.py
8.202659845352173

After:
$ ./python ~/test_manager.py
0.13146567344665527

Note that we're still behind the pre-rewrite performance (this is on 2.7):
$ ./python ~/test_manager.py
0.0707828998566

That's probably just the C->Python overhead, but I'll double-check.

----------

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


More information about the Python-bugs-list mailing list