This version adds the ability to use different predictors when compressing with GorillaCompressor
. There are two included in the release, LastValuePredictor
(default) and DifferentialFCM
.
Value compression has also been split to its own instance, ValueCompressor
and can be used outside the compressor interfaces if such is needed.