Formatter that (de)serializes a monotonically increasing sequence as differences.
Synopsis
Declared in <blockencodings.h>
class DifferenceFormatter;
Description
Successive values are encoded as the gap from the previous value, so a sorted list of indexes stays compact on the wire.