Skip to content

A C++ stream using LZ4 (de)compression

License

Notifications You must be signed in to change notification settings

indragiek/lz4_stream

 
 

Repository files navigation

lz4_stream - A C++ stream using LZ4 (de)compression

lz4_stream is a simple wrapper that uses C++ streams for compressing and decompressing data using the LZ4 compression library

Usage

Look at lz4_compress.cpp and lz4_decompress.cpp for example command line programs that can compress and decompress using this stream library.

Building

mkdir build
cd build
cmake ..
make

Requirements

The LZ4 compression library is required to use this library.

Build status

Ubuntu and OSX (GCC/Clang):

Build Status

Windows (MS C++):

Build status

Code coverage (codecov.io):

codecov

License

Standard BSD 3-Clause License as used by the LZ4 library.

About

A C++ stream using LZ4 (de)compression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • CMake 18.2%