Clone this repo:
  1. 9184e8c Fix build in C++17 mode: some references to `WithCompareMarker` were left by Marcin Kowalczyk · 7 days ago upstream/master
  2. b213fb5 Make `Has{Equal,Compare,LessThan}` and `With{Equal,Compare}Marker` public. by Marcin Kowalczyk · 7 days ago
  3. c3ffd69 Prepare for changing the Python type checker. by Marcin Kowalczyk · 7 days ago
  4. bc17eea Change the `RiegeliHasMovableElements()` extension protocol to improve by Marcin Kowalczyk · 3 weeks ago
  5. 8199bc1 Add `OptionalCompactString::value()`, like `operator*` but with a runtime check 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.