LZ4 Streaming : check overlapping input/dictionary
5 files changed
tree: 9c2d87eb9e119933e358ab83ae29a7bfa1d0b153
  1. cmake_unofficial/
  2. programs/
  3. .travis.yml
  4. LICENSE
  5. lz4.c
  6. lz4.h
  7. lz4_format_description.txt
  8. LZ4_Streaming_Format.odt
  9. lz4hc.c
  10. lz4hc.h
  11. Makefile
  12. NEWS
  13. 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, or source download.

The “master” branch will reflect, the status of lz4 at its official homepage. Other branches will also exist, typically to fix some open issues or new requirements, and be available for testing before merge into master.

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.