Pensieri di un lunatico minore

31 March 2005 Python

struct versus xdrlib

I have been looking at storing some data on disk, and while it would be “nice” to use the pickle format, I need it to be “cross language,” which pickle most certainly is not. So, that leaves me a couple choices, given I’m dealing with potentially hundreds of millions of data pairs.