Skip to content

kgodlewski/lz4mt

 
 

Repository files navigation

lz4mt

lz4mt is platform independent, multi-threading, lz4 stream v1.4 implementation in C++11.

Building for MSVC2012 (Visual Studio Express 2012 for Windows Desktop)

  • Run build.bat
  • Executable file will be created in platform_msvc2012/

Building for Linux

  • Run make.
  • ./lz4mt will be created.

Experimental: Building for Linux with Clang

See also

About

Platform independent, multi-threading implementation of lz4 stream in C++11

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.7%
  • C++ 20.9%
  • Shell 0.4%