Josiah> It would basically be something along the lines of cPickle, but
    Josiah> would only support the basic types of: int, long, float, str,
    Josiah> unicode, tuple, list, dictionary.

Isn't that approximately marshal's territory?  If you can write a faster
encoder/decoder, it might well be possible to apply the speedup ideas to
marshal.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to