fixed : LZ4F_decompress()
more decompress tests
3 files changed
tree: 1fb969c49e2a743eee64a9ffa17a888866c8d614
  1. cmake_unofficial/
  2. examples/
  3. images/
  4. programs/
  5. .gitattributes
  6. .travis.yml
  7. liblz4.pc.in
  8. LICENSE
  9. lz4.c
  10. lz4.h
  11. lz4_format_description.txt
  12. LZ4_Framing_Format.html
  13. lz4frame.c
  14. lz4frame.h
  15. lz4hc.c
  16. lz4hc.h
  17. Makefile
  18. NEWS
  19. README.md
README.md

LZ4 - Extremely fast compression

LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio.

BranchStatus
masterBuild Status
devBuild Status

This is an official mirror of LZ4 project, hosted on Google Code. The intention is to offer github's capabilities to lz4 users, such as cloning, branch, pull requests or source download.

The “master” branch will reflect, the status of lz4 at its official homepage. The “dev” branch is the one where all contributions will be merged. If you plan to propose a patch, please commit into the “dev” branch. Direct commit to “master” are not permitted. Feature branches will also exist, typically to introduce new requirements, and be temporarily available for testing before merge into “dev” branch.

Benchmarks

The benchmark uses the Open-Source Benchmark program by m^2 (v0.14.2) compiled with GCC v4.6.1 on Linux Ubuntu 64-bits v11.10, The reference system uses a Core i5-3340M @2.7GHz. Benchmark evaluates the compression of reference Silesia Corpus in single-thread mode.