summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2020-12-28 17:29:57 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2020-12-28 17:29:57 (GMT)
commit17a54b38704d7f10f1cc662dc9838a4ff28f0b30 (patch)
tree40ad0f2f0b63a342c1aba250674cbe7209d441d1 /index.html
parent5c45ca336046d09993b17863bda637d10a5f3aff (diff)
downloadlz4-17a54b38704d7f10f1cc662dc9838a4ff28f0b30.zip
lz4-17a54b38704d7f10f1cc662dc9838a4ff28f0b30.tar.gz
lz4-17a54b38704d7f10f1cc662dc9838a4ff28f0b30.tar.bz2
added Justine Tunney tiny lz4 decoder
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 01ac091..9bac46c 100644
--- a/index.html
+++ b/index.html
@@ -239,6 +239,7 @@ They are not interoperable with LZ4 command line utility.
|__OCaml__ | Peter Zotov | https://github.com/whitequark/ocaml-lz4
|__Cuda__ | NVidia | https://github.com/NVIDIA/nvcomp
|__WASM__ | Raymond Hill | https://github.com/gorhill/lz4-wasm
+|__C__ decoder (tiny) | Justine Tunney | https://github.com/jart/cosmopolitan/blob/467504308a103865c058f9a0ac858cc22e72240e/libc/nexgen32e/lz4cpy.c
|__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
|__6502 & 65C02 assembly__ decoder | Peter Ferrie | https://github.com/pararaum/lz4-6502