lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.1k stars 253 forks source link

Pull upstream r113 change that allows changing lz4hc compression level #37

Closed DariusSki closed 9 years ago

DariusSki commented 10 years ago

lz4 r113 seems to contain a new change that allows changing HC compressor level. It would be great to get to work in lz4-java, cause some people are willing to spend CPU time to improve compression.

jpountz commented 9 years ago

This has been addressed in https://github.com/jpountz/lz4-java/pull/43 and should be part of the next release (hopefully very soon).