[issue5683] Speed up cPickle's pickling generally

Antoine Pitrou report at bugs.python.org
Sun Jan 10 17:02:56 CET 2010


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

> Got a test case in mind?  If so, I'll code it up and compare 2.6 and Unladen
> Swallow as well as offer it up for inclusion in the U-S test suite.

Trying to pickle a structure that's larger than half the RAM should do
the trick. Something like a list of large strings.

----------

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


More information about the Python-bugs-list mailing list