Releases: burmanm/gorilla-tsc
Releases · burmanm/gorilla-tsc
2.1.0
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.
2.0.3
Another bug fix release, this time to address a small regression in the Gorilla V1 versions in 2.0.x (Compressor
and Decompressor
classes). Users of GorillaCompressor
and GorillaDecompressor
have no need to update, also version 1.1.0 does not have this issue.
2.0.2
- Fixes potential race condition is bits are aligned in a certain way (no data loss - but unintended exception thrown)
2.0.1
This release is a patch for version 2.0.0
- Fixes one critical memory bug in the LongArrayOutput
- Changes the visibility of LongArrayOutput/Input methods, to allow easier modifications to support for example ByteBuffer backed solution
1.1
- Supports both long value compression as well as double value compression
- Improved performance in read path