Clone this repo:
  1. 0dd662b Replace `CopyingFieldHandler` with: by Marcin Kowalczyk · 30 hours ago upstream/master
  2. 036aae5 Remove deprecated Endian reading/writing function name aliases. by Marcin Kowalczyk · 31 hours ago
  3. 4a02339 Depend on granular TensorFlow targets. by Compression Team · 2 days ago
  4. ebc6a3a In `SerializedMessage{,Backward}Writer`, rename `WriteSerializedMessage()` by Marcin Kowalczyk · 3 days ago
  5. d3d3f0a Add `Write{Little,Big}Endians()` writing to `BackwardWriter`. by Marcin Kowalczyk · 3 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.