Clone this repo:
  1. bef360f Optimization: use `absl::FixedArray` instead of `std::vector` for local arrays by Marcin Kowalczyk · 8 days ago upstream/master
  2. e71dd41 Embrace `__cpp_aggregate_paren_init`, i.e. initializing aggregates with parens by Marcin Kowalczyk · 8 days ago
  3. 158cc2e Migrate proto files to 2024 edition. by Marcin Kowalczyk · 8 days ago
  4. 3ae0188 Use `absl::bit_cast` instead of `std::bit_cast` which requires C++20. by Marcin Kowalczyk · 9 days ago
  5. 52443c3 Flip preferred names of reading/writing functions with explicit Endianness: 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.