Clone this repo:
  1. 81f9766 Clean up `SerializedMessage{,Backward}Writer`: by Marcin Kowalczyk · 10 hours ago upstream/master
  2. a9445aa Add overloads of `SerializedMessageReader2::Read()` for `Chain` and `Cord` for by Marcin Kowalczyk · 3 days ago
  3. 4be6ed1 Add `kMapEntry{Key,Value}` constants as a more readable way to specify fields of by Marcin Kowalczyk · 6 days ago
  4. 7c4d782 Add `CopyingFieldHandler`, a field handler for `SerializedMessageReader2` which by Marcin Kowalczyk · 6 days ago
  5. c70974e Add `FieldHandlerMap`, a mechanism for specifying field handlers for by Marcin Kowalczyk · 6 days ago

Riegeli

Riegeli/records is a file format for storing a sequence of string records, typically serialized protocol buffers. It supports dense compression, fast decoding, seeking, detection and optional skipping of data corruption, filtering of proto message fields for even faster decoding, and parallel encoding.

See documentation.

Status

Riegeli file format will only change in a backward compatible way (i.e. future readers will understand current files, but current readers might not understand files using future features).

Riegeli C++ API might change in incompatible ways.