Clone this repo:
  1. cf978da Remove unused `serialized_message_internal.h` which was left after the old by Marcin Kowalczyk · 26 hours ago upstream/master
  2. 252a73a In `ZstdWriterBase::Reset()`, reorder statements and fix the comment: by Marcin Kowalczyk · 32 hours ago
  3. 58d6d0f Add optimized conversions between `LinearSortedStringSet` and by Marcin Kowalczyk · 8 days ago
  4. 8caf038 Let varint fields parse even if their value overflows the target integer or enum by Marcin Kowalczyk · 8 days ago
  5. 7e51af3 Add support for tracking presence of fields, in the form of wrappers of field by Marcin Kowalczyk · 9 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.