Clone this repo:
  1. 0b23da2 MODULE.bazel: Bump highwayhash version by Compression Team · 8 days ago upstream/master
  2. 6e76a9c In `StringWriter`, fix poisoning of memory supposed to be unused. After seeking by Marcin Kowalczyk · 10 days ago
  3. 9ca2ab0 Fix a bug in `SkipVarint{32,64}(Cord::CharIterator&)`: when the varint crosses by Marcin Kowalczyk · 12 days ago
  4. 3afe9ac Use `OptionalCompactString` instead of `std::optional<CompactString>`. by Marcin Kowalczyk · 2 weeks ago
  5. a7a4771 Provide means for containers where newly allocated elements of by Marcin Kowalczyk · 2 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.