Clone this repo:
  1. a9be707 Assume `__cpp_sized_deallocation` unconditionally, since Riegeli requires C++14 by Marcin Kowalczyk · 6 hours ago upstream/master
  2. 0bde577 Clarify comments regarding adapting field handlers of length-delimited fields by Marcin Kowalczyk · 19 hours ago
  3. cab1eb1 `riegeli::SkipLengthDelimited()` is no longer needed. by Marcin Kowalczyk · 31 hours ago
  4. cdcc554 In the field handler protocol, distinguish `Handle` functions for dynamic field by Marcin Kowalczyk · 2 days ago
  5. df4257d Reduce code duplication in field handlers by having more templates, and simplify by Marcin Kowalczyk · 2 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.