[Python-Dev] The memo of pickle
Greg Ewing
greg@cosc.canterbury.ac.nz
Wed, 07 Aug 2002 14:58:10 +1200 (NZST)
> I think this memory consumption could be reduced by saving the objects
> in a list, and only saving the position in the memo dictionary.
Do you need the list at all? Won't the object be kept
alive by the fact that it's a key in the dictionary?
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg@cosc.canterbury.ac.nz +--------------------------------------+