Add links to supporting documents.

PiperOrigin-RevId: 195955612
1 file changed
tree: e66b42cc66e30cb9ac63a32e836783eeb9145cfc
  1. doc/
  2. riegeli/
  3. com_google_highwayhash.BUILD
  4. CONTRIBUTING.md
  5. LICENSE
  6. net_zstd.BUILD
  7. README.md
  8. WORKSPACE
  9. zlib.BUILD
README.md

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

You are welcome to try Riegeli out. The file format is not frozen yet though.