[issue3873] Unpickling is really slow

Antoine Pitrou report at bugs.python.org
Mon Apr 6 14:09:03 CEST 2009


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

> I don't know why, but python-trunk is *much* slower than py3k (eg. with
> dump: 1000 ms vs 24 ms for py3k, or with load: 1500ms vs 186ms).

Perhaps you tried with the pure Python version (pickle) rather than the
C one (cPickle)?

----------

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


More information about the Python-bugs-list mailing list