Clone this repo:
  1. 69174b8 Remove deprecated varint reading functions returning by Marcin Kowalczyk · 7 days ago upstream/master
  2. 9184e8c Fix build in C++17 mode: some references to `WithCompareMarker` were left by Marcin Kowalczyk · 3 weeks ago
  3. b213fb5 Make `Has{Equal,Compare,LessThan}` and `With{Equal,Compare}Marker` public. by Marcin Kowalczyk · 3 weeks ago
  4. c3ffd69 Prepare for changing the Python type checker. by Marcin Kowalczyk · 3 weeks ago
  5. bc17eea Change the `RiegeliHasMovableElements()` extension protocol to improve by Marcin Kowalczyk · 5 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.