[issue5670] Speed up pickling of dicts in cPickle

Alexandre Vassalotti report at bugs.python.org
Fri Apr 3 07:21:07 CEST 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

I ported the patch to py3k. In addition, I added a special-case when the
dict contains only one item; you probably want this special-case in the
trunk version as well.

----------
nosy: +alexandre.vassalotti
Added file: http://bugs.python.org/file13593/pickle_batch_dict_exact_py3k.diff

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


More information about the Python-bugs-list mailing list