summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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