lz4mt
lz4mt copied to clipboard
Platform independent, multi-threading implementation of lz4 stream in C++11
I am having problems running lz4mt, specifically when decompressing, it stalls at some point. Using valgrind and 3 of its different tools (memcheck, helgrind and DRD) all of them stop...
This issue is related to issue #7.
This issue is related to issue #7.
I guess I've used this options in a previous version of lz4mt, but with the current one they do not work. There is no parsing of the options in the...
mingw has a latest version of gcc, but they don't support `std::thread` yet. There are two solutions - Wait for official library support. - Use [boost as its replacement](https://gist.github.com/kbok/1154023)
There are two issues with the build on OS X. Firstly, there is an error in src/lz4mt_compat.cpp . Specifically, in the untested code there is a reference to count. however,...
I stumbled upon all bunch off errors: > src/lz4mt.cpp:310:3: error: no matching function for call to ‘std::function::function(void*)’ > ) > ^ > > /usr/include/c++/functional:1913:9: error: no type named ‘type’ in...