Pack `small_values_` and `num_small_values_` into a single object, implemented with a `std::unique_ptr` with a deleter. This reduces invariants across member variables, allows to use sized delete, and allows defaulting the move constructor and assignment of `SmallIntMap`. PiperOrigin-RevId: 883983726
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.