Clone this repo:
  1. 16a5703 Fix memory bloat in `CordWriter` caused by unused `buffer_` capacity by Compression Team · 6 days ago upstream/master
  2. 384c8de Let `CompactString` support heterogeneous lookup against `absl::string_view` by Marcin Kowalczyk · 10 days ago
  3. 4604c50 Make it easier to define comparisons available conditionally. by Marcin Kowalczyk · 3 weeks ago
  4. faa69f2 Tighten CTAD rules: `SharedPtr(nullptr)` and `IntrusiveSharedPtr(nullptr)` by Marcin Kowalczyk · 3 weeks ago
  5. 8f6ae8c Remove braces in `if` statements which now fit in a single line. by Marcin Kowalczyk · 3 weeks 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.