<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm using cPickle already. I need to be able to pickle pretty
arbitrarily complex python data structures, so I can't use marshal.<br>
I'm guessing that cPickle is the best choice, but if someone has a
faster pickling-like module, I'd love to know about it.<br>
<br>
-Dave<br>
<br>
Fredrik Lundh wrote:
<blockquote cite="midegokau$h4o$1@sea.gmane.org" type="cite">
  <pre wrap="">David Hirschfield wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Are there any existing python modules that do the equivalent of pickling 
on arbitrary python data, but do it a lot faster? I wasn't aware of any 
that are as easy to use as pickle, or don't require implementing them 
myself, which is not something I have time for.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
cPickle is faster than pickle.  marshal is faster than cPickle, but only 
supports certain code object types.

</F>

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Presenting:
mediocre nebula.
</pre>
</body>
</html>