pickle, marshal, ?

Greg Ewing (using news.cis.dfn.de) g2h5dqi002 at sneakemail.com
Thu May 29 02:29:11 EDT 2003


Jeremy Hylton wrote:
> Do you have evidence that
> pickle/cPickle is not fast enough for your application?

And while assessing this, note that the way to get the
most speed out of pickle is to use cPickle and the
binary pickle format. In my experience, it's pretty
fast that way.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list