On Wed, Mar 25, 2020 at 2:32 AM Wes McKinney <wesmck...@gmail.com> wrote:
> From what I've found searching on the internet > > - Java: > * ZSTD -- JNI-based library available > * LZ4 -- both JNI and native Java available > > - Go: ZSTD is a C binding, while there is an LZ4 native Go implementation > AFAIK, one has access to pure-Go packages for both of these compressors: - github.com/pierrec/lz4 - github.com/klauspost/compress -s