Clone this repo:
  1. 5eb4c66 In `IndexInterned<T>`, ensure that the block capacity measured in objects is by Marcin Kowalczyk · 7 hours ago upstream/master
  2. 4028fa1 Optimize `{Object,String}Arena` and `Directory` allocations by maintaining by Marcin Kowalczyk · 24 hours ago
  3. fb73cc9 Use absl::DefaultHashContainerHash for CompactString::absl_container_hash. by Compression Team · 2 days ago
  4. b65c121 Reduce the default number of shards for concurrent interners from 64 to 16. by Marcin Kowalczyk · 2 days ago
  5. d69a0da Align shards to cacheline only if concurrency is enabled, otherwise this was 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.