Go to file
yann.collet.73@gmail.com 633c51904e - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries.
- Improved decoding speed, even more for 64-bits, and "safe" version
- Slight speed increase for LZ4-HC
- Pushed a useless parameter down the list in lz4.c

git-svn-id: https://lz4.googlecode.com/svn/trunk@90 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2013-03-02 23:34:21 +00:00
cmake - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. 2013-03-02 23:34:21 +00:00
bench.c - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. 2013-03-02 23:34:21 +00:00
bench.h LZ4HC : compression speed improved under Visual 2013-01-08 07:23:07 +00:00
fuzzer.c - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. 2013-03-02 23:34:21 +00:00
lz4_format_description.txt Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion 2012-03-01 15:19:08 +00:00
lz4.c - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. 2013-03-02 23:34:21 +00:00
lz4.h Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi 2013-02-19 20:52:50 +00:00
lz4demo.c LZ4HC : compression speed improved under Visual 2013-01-08 07:23:07 +00:00
lz4hc.c - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries. 2013-03-02 23:34:21 +00:00
lz4hc.h Added : LZ4 HC : Now integrated into main trunk. 2012-05-13 17:59:10 +00:00
Makefile - Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version). 2012-10-24 12:59:19 +00:00