Go to file
yann.collet.73@gmail.com 84004b9015 Added : function LZ4_compress_limitedOutput()
Removed : functions with explicit *ctx management (LZ4_compressCtx & LZ4_compress64kCtx). Functions are still present in the .c
Changed : LZ4_compressBound() now a macro

git-svn-id: https://lz4.googlecode.com/svn/trunk@71 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-07-28 13:32:30 +00:00
cmake Update CMake file to handle lz4hc. Thanks to Mark Wotton for notification and correction 2012-06-08 09:36:33 +00:00
bench.c Added : LZ4 HC : Now integrated into main trunk. 2012-05-13 17:59:10 +00:00
bench.h minor code refactoring, mostly around __builtin_expect 2012-03-09 21:46:59 +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 Added : function LZ4_compress_limitedOutput() 2012-07-28 13:32:30 +00:00
lz4.h Added : function LZ4_compress_limitedOutput() 2012-07-28 13:32:30 +00:00
lz4demo.c git-svn-id: https://lz4.googlecode.com/svn/trunk@68 650e7d94-2a16-8b24-b05c-7c0b3f6821cd 2012-06-16 00:04:09 +00:00
lz4hc.c Added : LZ4 HC : Now integrated into main trunk. 2012-05-13 17:59:10 +00:00
lz4hc.h Added : LZ4 HC : Now integrated into main trunk. 2012-05-13 17:59:10 +00:00
Makefile lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect its impact 2012-07-24 17:12:23 +00:00