[issue5671] Speed up pickling of lists in cPickle

Raymond Hettinger report at bugs.python.org
Thu Apr 2 22:29:28 CEST 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Out of curiousity, are you also benchmarking against marshal and json? 
ISTM, that there is always one of them that will be the fastest and that
the others should mimic that approach.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list