Add note on snappy 1.1.4

This commit is contained in:
Taro L. Saito 2017-02-06 23:04:13 -08:00 committed by GitHub
parent 76667420ec
commit 7c6bc8334e

View File

@ -1,6 +1,8 @@
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.3 (will be available Early 2017)
## snappy-java-1.1.4 (will be available Early 2017)
* Upgrade to [snappy-1.1.4](https://github.com/google/snappy/releases/tag/1.1.4)
* Improved performance compression (5%), decompression (20%)
* We are waiting contributions of native libraries for varios platforms.
* Run `make native test` and send the result as a pull requset.
* We also test the usability of the newly added BitShuffle API before this release.