From 38768ab7ae46f421aaeca16fcbaaeca7d43f3e10 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 10 Aug 2020 15:28:07 -0700 Subject: added Cuda variant --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 318834e..b363c5f 100644 --- a/index.html +++ b/index.html @@ -223,19 +223,20 @@ They are not interoperable with LZ4 command line utility. |__Perl__ | Gray | http://search.cpan.org/dist/Compress-LZ4/ |__C#__ | Milosz Krajewski | https://github.com/MiloszKrajewski/lz4net |__C#__ streaming | Phill Djonov | https://github.com/pdjonov/Lz4Stream +|__PHP__ | Kamijo | https://github.com/kjdev/php-ext-lz4 |__Go__ | Branimir Karadzic | https://github.com/bkaradzic/go-lz4 |__Ruby__ | Komiya Atsushi | https://rubygems.org/gems/lz4-ruby -|__PHP__ | Kamijo | https://github.com/kjdev/php-ext-lz4 -|__Lua__ | Christophe Delord | http://cdsoft.fr/bl/bonaluna.html +|__Rust__ | Alex Crichton | http://alexcrichton.com/rust-compress/compress/lz4/index.html |__D__ | Jude Young | http://code.dlang.org/packages/lz4-d +|__Lua__ | Christophe Delord | http://cdsoft.fr/bl/bonaluna.html |__Haskell__ | Mark Wotton | https://hackage.haskell.org/package/lz4 |__Haskell__ (streaming) | Sven Mattsen | https://hackage.haskell.org/package/lz4-conduit -| __Visual Basic 6__ | Tanner_H | http://www.vbforums.com/showthread.php?840413-Compression-in-VB6-modern-solutions +|__Visual Basic 6__ | Tanner_H | http://www.vbforums.com/showthread.php?840413-Compression-in-VB6-modern-solutions |__Erlang__ | Tetsuya Suzuki | https://github.com/szktty/erlang-lz4 |__Pharo Smalltalk__ | Mariano Martinez Peck | http://smalltalkhub.com/#!/~marianopeck/LZ4/ |__VA Smalltalk__ | Instantiations | http://www.instantiations.com/docs/91/wwhelp/wwhimpl/js/html/wwhelp.htm#href=pr/compression2.html#pID0E0LB0FA |__OCaml__ | Peter Zotov | https://github.com/whitequark/ocaml-lz4 -|__Rust__ | Alex Crichton | http://alexcrichton.com/rust-compress/compress/lz4/index.html +|__Cuda__ | NVidia | https://github.com/NVIDIA/nvcomp |__WASM__ | Raymond Hill | https://github.com/gorhill/lz4-wasm |__ARM Cortex assembly__ decoder | Jens Bauer | https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/lz4-decompression-routine-for-cortex-m0-and-later |__8088 assembly__ decoder | Jim Leonard | http://www.oldskool.org/pc/lz4_8088 -- cgit v0.12