From: Yann Collet Date: Fri, 16 Apr 2021 20:09:50 +0000 (-0700) Subject: Added Scala decoder port X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde5cf2af3b59eae654e17b3fbf585c1f2b75025;p=thirdparty%2Fzstd.git Added Scala decoder port --- diff --git a/images/inversePyramid.jpg b/images/inversePyramid.jpg new file mode 100644 index 000000000..5f081beae Binary files /dev/null and b/images/inversePyramid.jpg differ diff --git a/index.html b/index.html index 69add5e5b..9588c68c6 100644 --- a/index.html +++ b/index.html @@ -212,6 +212,7 @@ which are full re-implementation of the algorithm in the target language. | __Objective C__ | Micha Mazaheri | https://github.com/luckymarmot/ZstdKit | __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas | __Visual Basic 6__ | Tanner Helland | https://github.com/tannerhelland/VB6-Compression +| __Scala__ (Port, decoder) | Johannes Rudolph | https://github.com/jrudolph/decoders/blob/main/src/main/scala/net/virtualvoid/codecs/zstd/Zstd.scala | __Julia__ | Kenta Sato | https://github.com/bicycle1885/CodecZstd.jl | __Lisp__ | Guillaume Le Vaillant | https://github.com/glv2/cl-zstd | | __D__ | Masahiro Nakagawa | https://code.dlang.org/packages/zstd |