Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@burmanm burmanm released this 14 Mar 08:51
· 4 commits to master since this release

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.