lz4mt is platform independent, multi-threading, lz4 stream v1.4 implementation in C++11.
- Run
build.bat
- Executable file will be created in
platform_msvc2012/
- Run
make
. ./lz4mt
will be created.
- Checkout
implement-thread-pool
branch. - Run
make CC=clang
./lz4mt
will be created.