[issue5557] Byte-code compilation uses excessive memory

Antoine Pitrou report at bugs.python.org
Wed Mar 25 11:38:01 CET 2009


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

If you want editable data, you could use json instead of pickle. The
simplejson library has very fast encoding/decoding (faster than cPickle
according to its author).

----------

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


More information about the Python-bugs-list mailing list