What's a good #format to serialize simple structured #data in an efficient way?
I'm thinking about some binary #XML encoding. Also, #ASN.1 because it natively uses integers, not just strings. Is the packed representation (PER) widely supported?
The data will be a bunch of interleaved time […]