Clone this repo:
  1. c95c374 Fix spelling of the include guard. by Marcin Kowalczyk · 12 hours ago upstream/master
  2. fc37128 Fix `uint32_t` integer overflow in `TransposeDecoder` state machine resize. by Marcin Kowalczyk · 3 days ago
  3. f56a831 In `HybridDirect{Map,Set}`, if the distribution of keys is so unfortunate that by Marcin Kowalczyk · 4 days ago
  4. aaad107 Support building `HybridDirect{Map,Set}` from key projection and value by Marcin Kowalczyk · 7 days ago
  5. d1622e7 Add `HybridDirectSet` based on `HybridDirectMap`. by Marcin Kowalczyk · 7 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.