[issue5671] Speed up pickling of lists in cPickle

Collin Winter report at bugs.python.org
Fri Apr 3 19:56:09 CEST 2009


Collin Winter <collinw at gmail.com> added the comment:

I've added a microbenchmark to perf.py called pickle_list. Running that
on this change (perf.py -r -b pickle_list):

pickle_list:
Min: 1.126 -> 0.888: 26.86% faster
Avg: 1.154 -> 0.906: 27.43% faster
Significant (t=115.404547, a=0.95)

That's probably the upper bound on the performance improvement to be
realized from this patch.

----------

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


More information about the Python-bugs-list mailing list