- New naming : LZ4_decompress_safe() and LZ4_decompress_fast()
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Fri, 26 Apr 2013 14:37:46 +0000 (14:37 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Fri, 26 Apr 2013 14:37:46 +0000 (14:37 +0000)
commit40ae7043df0d78f91892d361b5e619b93c3c071d
tree0f127f7f05ea74b493c1bd034e770f2bdf4c9807
parenta2e93db805918a84908373a579c44732d3e6854e
- 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
LZ4 Streaming Format.odt
bench.c
fuzzer.c
lz4.c
lz4.h
lz4_decoder.h [new file with mode: 0644]
lz4_encoder.h [new file with mode: 0644]
lz4c.c
lz4hc.c
lz4hc_encoder.h [new file with mode: 0644]