[Python-Dev] Pickler/Unpickler API clarification

Daniel Stutzbach daniel at stutzbachenterprises.com
Fri Mar 6 14:53:23 CET 2009


On Fri, Mar 6, 2009 at 5:45 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:

> If these strings are not interned, then perhaps they should be.
> There is a similar optimization proposal (w/ patch) for attribute names:
> http://bugs.python.org/issue5084
>

If I understand correctly, that would help with unpickling, but wouldn't
solve Michael's problem as, without memo, each pickle would still need to
store a copy.

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090306/10596872/attachment-0001.htm>


More information about the Python-Dev mailing list