commit | 40749dd63a71d6b3241dac5ebbb43f88098f0802 | [log] [tgz] |
---|---|---|
author | Marcin Kowalczyk <qrczak@google.com> | Fri Sep 05 14:42:39 2025 +0200 |
committer | qrczak <qrczak@google.com> | Fri Sep 05 14:55:50 2025 +0200 |
tree | 164de98e48b27a6655a06882615989c3c43fd2f5 | |
parent | 27937229a6977126d41ef77fcdae6ea10ba09d40 [diff] |
Use CTAD, relying on C++17. PiperOrigin-RevId: 803426688
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.
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.