Skip to content

Releases: burmanm/gorilla-tsc

2.1.0

14 Mar 08:51
Compare
Choose a tag to compare

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

21 Jul 09:47
Compare
Choose a tag to compare

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

28 Jun 12:40
Compare
Choose a tag to compare
  • Fixes potential race condition is bits are aligned in a certain way (no data loss - but unintended exception thrown)

2.0.1

02 Jun 08:00
Compare
Choose a tag to compare

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

20 Sep 10:50
Compare
Choose a tag to compare
1.1
  • Supports both long value compression as well as double value compression
  • Improved performance in read path