Go to file
yann.collet.73@gmail.com 40ae7043df - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()
- New function : LZ4_decompress_safe_partial(), to decompress just enough data within a compressed block, saving CPU cycles
- New source files : lz4_decoder.h, lz4_encoder.h, lz4hc_encoder.h
- Improved speed of LZ4_decompress_fast()
- Improved speed for compression of small blocks < 64KB
- Improved speed for HC compression

git-svn-id: https://lz4.googlecode.com/svn/trunk@94 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2013-04-26 14:37:46 +00:00
cmake Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
bench.c - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
bench.h Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
fuzzer.c - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4_decoder.h - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4_encoder.h - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4_format_description.txt Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
lz4.c - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4.h - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4c.c - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4hc_encoder.h - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4hc.c - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
lz4hc.h Added : function LZ4_compressHC_limitedOutput() 2013-04-18 08:53:13 +00:00
LZ4 Streaming Format.odt - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() 2013-04-26 14:37:46 +00:00
Makefile Added : function LZ4_compressHC_limitedOutput() 2013-04-18 08:53:13 +00:00
xxhash.c Added : function LZ4_compressHC_limitedOutput() 2013-04-18 08:53:13 +00:00
xxhash.h Added : function LZ4_compressHC_limitedOutput() 2013-04-18 08:53:13 +00:00