TreeBuf

TreeBuf is a binary serialization format akin to ProtoBuf and FlatBuffers.

It's most suited for medium to large data sets that generally conform to a schema which may change.

The design is currently in prototype stage and the file format unstable. So, don't use this if you need to persist versioned data but you can experiment and give feedback.

Goals / Features: