Oh, I meant to say, I was indeed using cPickle. That was my first thought as well, that for some reason pickle was being loaded instead of cPickle, but no. On Thu, Feb 12, 2009 at 4:05 PM, Mike Auty wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Emma Strubell wrote: > > There must be a faster python pickler out there, though, any > > recommendations? > > Right off the bat, you might try cPickle. It should work identically, > just faster. Also you can try importing psyco, if it's present it will > try semi-compiling some bits and pieces and *might* offer some speed-ups > (as in, it won't always, for small projects it might actually slow it > down). > > Mike 5:) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (GNU/Linux) > > iEYEARECAAYFAkmUjy8ACgkQu7rWomwgFXrW6wCfS9zTTgqbhiDyaU1opDJO3BM2 > VO4AoIaPQ+t27OnTGh7tBEH/mqYntO/v > =NzDj > -----END PGP SIGNATURE----- > >