lz4mt icon indicating copy to clipboard operation
lz4mt copied to clipboard

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

Results 18 lz4mt issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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)

enhancement

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,...

bug
enhancement

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...