[Python-Dev] Cloning threading.py using proccesses

skip at pobox.com skip at pobox.com
Wed Oct 11 18:59:30 CEST 2006


    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


More information about the Python-Dev mailing list