[issue8995] Performance issue with multiprocessing queue (3.1 VS 2.6)

Charles-Francois Natali report at bugs.python.org
Fri Mar 11 08:33:25 CET 2011


Charles-Francois Natali <neologix at free.fr> added the comment:

Could you try with Python 3.2 ?
In 3.1, the only available pickle implementation was in pure python: with cPickle (2.7) or _pickle (3.2), it should be much faster.

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list