Skip to content
/ lz4mt Public

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

License

Notifications You must be signed in to change notification settings

t-mat/lz4mt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bcfce4 · May 29, 2014
May 29, 2014
Mar 30, 2014
Mar 30, 2014
Apr 1, 2014
Apr 29, 2013
Apr 1, 2014
May 29, 2014
Apr 23, 2013
Mar 20, 2014
Apr 29, 2013
Jan 29, 2014
Mar 17, 2014
Apr 1, 2014

Repository files navigation

lz4mt

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

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

  • Run build.bat (or build_vs2013.bat).
  • Executable file will be created in platform_msvc2012/ (or platform_msvc2013/).

Building for Linux

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

Building for Linux with Clang

  • Run make CXX=clang++ CC=clang
  • ./lz4mt will be created.

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