From: Yann Collet Date: Sat, 8 Jun 2019 17:55:03 +0000 (-0700) Subject: added caddy and naf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc2c1a74199b9de39ce55ff5857d0ded03f7c57;p=thirdparty%2Fzstd.git added caddy and naf --- diff --git a/images/caddy.png b/images/caddy.png new file mode 100644 index 000000000..2142fdfd2 Binary files /dev/null and b/images/caddy.png differ diff --git a/images/naf.png b/images/naf.png new file mode 100644 index 000000000..517522f30 Binary files /dev/null and b/images/naf.png differ diff --git a/images/prestoDB.png b/images/presto.png similarity index 100% rename from images/prestoDB.png rename to images/presto.png diff --git a/index.html b/index.html index d660a9859..fbaaa60f4 100644 --- a/index.html +++ b/index.html @@ -211,12 +211,12 @@ here is a list of known bindings and their authors : ## Ports into other languages -These are complete re-implementations of Zstandard supporting its [format specification](https://github.com/facebook/zstd/blob/master/doc/zstd_compression_format.md) +These are independent implementations of Zstandard supporting its [format specification](https://github.com/facebook/zstd/blob/master/doc/zstd_compression_format.md) | Language | Author | URL | | ------------ | ------------------- | ------------------------------------- | +| __Go__ | Klaus Post | https://github.com/klauspost/compress/tree/master/zstd#zstd | __Java__ (decoder) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd -| __Go__ (decoder) | Klaus Post | https://github.com/klauspost/compress/tree/master/zstd#zstd
@@ -252,11 +252,11 @@ Denis Anisimov, of TC4shell fame, also developed a [7-zip plugin with Zstandard
  • [Cassandra](https://issues.apache.org/jira/browse/CASSANDRA-14482)
  • [WiredTiger](https://github.com/wiredtiger/wiredtiger/tree/master/ext/compressors/zstd)
  • [Redis](https://github.com/chadnickbok/redis-zstd-module)
  • +
  • [Presto](https://prestosql.io/docs/current/release/release-314.html)
  • [Clickhouse](https://clickhouse.yandex/docs/en/operations/server_settings/settings/#compression)
  • [Groonga](http://groonga.org/en/blog/2016/11/29/groonga-6.1.1.html)
  • [Tarantool](https://github.com/tarantool/tarantool/blob/1.8/cmake/BuildZSTD.cmake)
  • [TokuDB](https://github.com/XeLabs/tokudb/commit/7ba55b2ee6aaac0980daa0a6b269a5c551da4ba6)
  • -
  • [Presto](https://github.com/prestodb/presto/tree/master/presto-orc/src/main/java/com/facebook/presto/orc/zstd)
  • [HBase](https://issues.apache.org/jira/browse/HBASE-16710)
  • [PostgreSQL](https://github.com/grahamedgecombe/pgzstd)
  • @@ -275,6 +275,7 @@ Denis Anisimov, of TC4shell fame, also developed a [7-zip plugin with Zstandard #### Web
    @@ -292,6 +293,7 @@ Denis Anisimov, of TC4shell fame, also developed a [7-zip plugin with Zstandard
  • [HDF5](https://github.com/aparamon/HDF5Plugin-Zstandard)
  • [Sereal](https://github.com/Sereal/Sereal/tree/master/Perl/shared/zstd)
  • [PLink2](https://www.cog-genomics.org/plink/2.0/)
  • +
  • [NAF](http://kirill-kryukov.com/study/naf/)