[issue5683] Speed up cPickle's pickling generally

Antoine Pitrou report at bugs.python.org
Sun Jan 10 16:52:25 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> Indeed there are.  Given that the Unladen Swallow folks were focusing on the
> 2.6 branch and their goal was to improve performance I don't see any reason
> to not accept what they've done, then tweak it for 2.7/3.1 assuming the
> changes you and Alexandre suggested further improve performance.

The main thing I'm worried about is the potentially unbounded buffering,
since it could reduce performance (or even thrash the machine) instead
of improving it.

----------

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


More information about the Python-bugs-list mailing list