Pickling (in 1.2 beta)

Marko Balabanovic (marko@CS.Stanford.EDU)
6 Apr 1995 01:01:01 GMT

Does anyone have experience with pickling things? I am pickling a couple of
fairly complex data structures (a user-defined heap class where the elements also
in a user-defined class, and a dictionary where the key is a couple of
10-tuples). I have noticed some very heavy slowing down as the sizes of the
structures increase, so that it is taking a few minutes to pickle things with a
few hundred of these complicated elements.

If noone has come across this I can try to come up with a reproducible artificial
example.

Marko

--------------------------------------------------------------------------
Marko Balabanovic Email: marko@CS.Stanford.EDU
Department of Computer Science, Stanford University, Stanford CA 94305 USA
Office: Laurel 103 Phone: (415) 725 8783 Fax: (415) 725 1449
URL: http://robotics.stanford.edu/people/marko/marko.html
--------------------------------------------------------------------------