Android CTS 7.1 Release 24 (5131712)
Export include dir

Every user of this library adds external/lz4/lib to their
LOCAL_C_INCLUDES. Export it for them so that they don't need to hardcode
this path.

Change-Id: I66cfb947f78c3c13d001a21caa875263c0377d8f
1 file changed
tree: 1f99049b6e2294497ccb1c85752508a4692160a7
  1. cmake_unofficial/
  2. examples/
  3. images/
  4. lib/
  5. programs/
  6. .gitattributes
  7. .travis.yml
  8. Android.mk
  9. LICENSE
  10. lz4_block_format.txt
  11. LZ4_Frame_Format.html
  12. Makefile
  13. MODULE_LICENSE_BSD
  14. NEWS
  15. NOTICE
  16. 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.