incr.comp.: Don't encode Fingerprint values with leb128. (original) (raw)

Since Fingerprint values have roughly random distribution, most of them will not profit from being stored in a variable-length encoding:

We should not do that. UseSpecializedEncodable and UseSpecializedDecodable might be the way to circumvent the standard encoding methods of the opaque::Encoder.