]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added Java port
authorYann Collet <cyan@fb.com>
Sun, 9 Apr 2017 08:05:36 +0000 (01:05 -0700)
committerYann Collet <cyan@fb.com>
Sun, 9 Apr 2017 08:05:36 +0000 (01:05 -0700)
index.html

index 51557c8770da7075cfc1a7081e04887e203265fe..09ec664a806a61f8f677d47a6ce16576143065a3 100644 (file)
@@ -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
+
+
 <br/>
 <a name="GUI"></a>
 ## Graphical User Interface