xerial / snappy-java

Snappy compressor/decompressor for Java
Apache License 2.0
1.04k stars 232 forks source link

do you have any plans for adding lzfse compression / decompression? #180

Closed writer0713 closed 7 years ago

writer0713 commented 7 years ago

Apple's compression algorythm lzfse is open sourced. Do you have a plan to add this algorythm?

xerial commented 7 years ago

I won't add it to snappy-java because it should be a separate repository so as not to increase the complexity of snappy-java.

But anyway, thanks for the mention. It's interesting: https://github.com/lzfse/lzfse