Daily Shaarli

All links of one day in a single page.

June 17, 2014

FlatBuffers: a memory efficient serialization library
thumbnail

FlatBuffers stores serialized data in buffers in a cross-platform way, supporting format evolution that is fully forwards and backwards compatible through a schema. These buffers can be stored in files or sent across the network as-is, and accessed in-place without parsing overhead.