| commit | 0bde5778f4dca6fba56b4c041871789dfb973e98 | [log] [tgz] |
|---|---|---|
| author | Marcin Kowalczyk <qrczak@google.com> | Thu Dec 11 20:01:48 2025 +0100 |
| committer | qrczak <qrczak@google.com> | Thu Dec 11 20:09:55 2025 +0100 |
| tree | 1b1a738688cac006ce2d152c96958679c49da2ba | |
| parent | cab1eb11bd2e7f2b20b3c4e6c93242d172234e62 [diff] |
Clarify comments regarding adapting field handlers of length-delimited fields to various source types. PiperOrigin-RevId: 843294940
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.