From: Yann Collet Date: Sun, 9 Apr 2017 08:05:36 +0000 (-0700) Subject: added Java port X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0078ba731f25efcbac3f843223d68fe43b328c9c;p=thirdparty%2Fzstd.git added Java port --- diff --git a/index.html b/index.html index 51557c877..09ec664a8 100644 --- a/index.html +++ b/index.html @@ -207,6 +207,15 @@ here is a list of known bindings and their authors : [than reference C]:https://github.com/facebook/zstd +## Ports into other languages + +This is a full re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md) + +| Language | Author | URL | +| ------------ | ------------------- | ------------------------------------- | +| __Java__ (decoder) | Martin Traverso | https://github.com/prestodb/presto/tree/master/presto-orc/src/main/java/com/facebook/presto/orc/zstd + +
## Graphical User Interface