]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Added Scala decoder port
authorYann Collet <cyan@fb.com>
Fri, 16 Apr 2021 20:09:50 +0000 (13:09 -0700)
committerYann Collet <cyan@fb.com>
Fri, 16 Apr 2021 20:09:50 +0000 (13:09 -0700)
images/inversePyramid.jpg [new file with mode: 0644]
index.html

diff --git a/images/inversePyramid.jpg b/images/inversePyramid.jpg
new file mode 100644 (file)
index 0000000..5f081be
Binary files /dev/null and b/images/inversePyramid.jpg differ
index 69add5e5b79fb9ca97db396b577b9f58d8ea3c33..9588c68c660ed6d7ccd7e436b8ede445146d6a48 100644 (file)
@@ -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  |