Go to file
yann.collet.73@gmail.com 27efcd4d45 Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
Improved speed of LZ4_decompress_fast() with GCC
Improved speed of LZ4_decompress_safe() for 32-bits
Made the fast LZ4 compression compatible with low-memory systems (buffer address < 64K). Thanks Francois Gretief for report and suggestion.
Makefile : added fuzzer32
Makefile : added fullbench32
fullbench : added ability to select one specific function to benchmark
lz4.c : copy macros follow memcpy() arguments convention
Small coding style modifications, hinted by cppCheck. 

git-svn-id: https://lz4.googlecode.com/svn/trunk@101 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2013-08-12 08:35:52 +00:00
cmake Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
bench.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
bench.h lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz) 2013-07-27 11:19:31 +00:00
fullbench.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
fuzzer.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4_format_description.txt Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
lz4.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4.h Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4c.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4hc.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4hc.h Corrected issue 70, 'pack' instruction on IBM AIX 2013-07-01 07:50:40 +00:00
LZ4 Streaming Format.odt - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
Makefile Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
xxhash.c Bugfix release 2013-08-07 17:14:03 +00:00
xxhash.h lz4.c no longer depends on lz4_decoder.h (removed) 2013-06-10 17:29:13 +00:00