From f091b03dcdfee404b705c10edb2d8f893d7d7e6e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 12 Jun 2017 17:12:00 -0700 Subject: added J.Underwood to python version --- index.html | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index e602c80..6eaa9a2 100644 --- a/index.html +++ b/index.html @@ -209,32 +209,32 @@ The following versions compress data blocks with LZ4 compression algorithm in va They use the [block] compression format, but add their own frame / header logic. They are not interoperable with LZ4 command line utility. -|Language |Author |URL | -|-- |-- |-- | -|__Java__ | Adrien Grand |https://github.com/jpountz/lz4-java | -|__Python__ | Steeve Morin |http://pypi.python.org/pypi/lz4 | -|__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 | -|__Go__ | Branimir Karadzic |https://github.com/bkaradzic/go-lz4 | -|__Ruby__ | Komiya Atsushi |http://rubygems.org/gems/lz4-ruby | -|__PHP__ | Kamijo |https://github.com/kjdev/php-ext-lz4 | -|__Lua__ | Christophe Delord |http://cdsoft.fr/bl/bonaluna.html | -|__D__ | Jude Young |http://code.dlang.org/packages/lz4-d | -|__Haskell__ | Mark Wotton |http://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 -|__Erlang__ | Tetsuya Suzuki |https://github.com/szktty/erlang-lz4 | -|__Smalltalk__ (Pharo) | Mariano Martinez Peck |http://smalltalkhub.com/#!/~marianopeck/LZ4/ | -|__OCaml__ |Peter Zotov |https://github.com/whitequark/ocaml-lz4 | -|__Rust__ |Alex Crichton |http://alexcrichton.com/rust-compress/compress/lz4/index.html | -|__ARM Cortex assembly__ decoder |Jens Bauer |http://community.arm.com/docs/DOC-10570 | -|__8088 assembly__ decoder |Jim Leonard |http://www.oldskool.org/pc/lz4_8088 | -|__6502 & 65C02 assembly__ decoder |Peter Ferrie |http://pferrie.host22.com/misc/appleii.htm | -|__65c816 assembly__ decoder |Olivier Zardini |http://www.brutaldeluxe.fr/products/crossdevtools/lz4/index.html | -|__Atari XL/XE assembly__ decoder |xxl |http://xxl.atari.pl/lz4-decompressor/ | -|__Z80 assembly__ decoder |Edouard Berge |https://groups.google.com/forum/#!topic/lz4c/A6TLHThL0c8 | -|__jsonlz4__ | Avi Halachmi |https://github.com/avih/dejsonlz4 : custom Mozilla LZ4 format for Firefox bookmark backup | +|Language |Author |URL | +|-- |-- |-- | +|__Java__ | Adrien Grand | https://github.com/lz4/lz4-java +|__Python__ | S.Morin + J.Underwood|https://pypi.python.org/pypi/lz4 +|__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 +|__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 +|__D__ | Jude Young | http://code.dlang.org/packages/lz4-d +|__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 +|__Erlang__ | Tetsuya Suzuki | https://github.com/szktty/erlang-lz4 +|__Smalltalk__ (Pharo)| Mariano Martinez Peck|http://smalltalkhub.com/#!/~marianopeck/LZ4/ +|__OCaml__ | Peter Zotov | https://github.com/whitequark/ocaml-lz4 +|__Rust__ | Alex Crichton | http://alexcrichton.com/rust-compress/compress/lz4/index.html +|__ARM Cortex assembly__ decoder|Jens Bauer | http://community.arm.com/docs/DOC-10570 +|__8088 assembly__ decoder| Jim Leonard | http://www.oldskool.org/pc/lz4_8088 +|__6502 & 65C02 assembly__ decoder|Peter Ferrie|http://pferrie.host22.com/misc/appleii.htm +|__65c816 assembly__ decoder|Olivier Zardini| http://www.brutaldeluxe.fr/products/crossdevtools/lz4/index.html +|__Atari XL/XE assembly__ decoder| xxl | http://xxl.atari.pl/lz4-decompressor/ +|__Z80 assembly__ decoder | Edouard Berge | https://groups.google.com/forum/#!topic/lz4c/A6TLHThL0c8 +|__jsonlz4__ | Avi Halachmi | https://github.com/avih/dejsonlz4 : custom Mozilla LZ4 format for Firefox bookmark backup
-- cgit v0.12