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

Since last update about 8 years ago, any plan to update latest LZ4 version?

`tar -I lz4mt -cf tcc.tar.lz4 *` is inconsistent with `-l lz4`. It's currently writing the content in the disk by its own as a default instead of passing to STDOUT...

Hi, I'm trying to use your extemly fast version of lz4, but from time to time lz4mt is segfaulting due to a issue within threading. It happens with both compression...

I have used https://github.com/lz4/lz4-java for compression of data. I am decompressing the data with your library. When I decompress it shows invalid magic number. The data I am using to...

I did some benchmarks against lz4 and lz4mt: I wrote to dev null becaus of the io bottleneck, so at least writing out is not slowing down time lz4 -c...

Hi - awz@razor:~/git/lz4mt$ make g++ -Wall -W -Wextra -pedantic -Weffc++ -Wno-missing-field-initializers -O2 -std=c++0x -Ilz4/ -Ilz4/programs -c -o obj/lz4mt_benchmark.o src/lz4mt_benchmark.cpp src/lz4mt_benchmark.cpp:12:20: fatal error: xxhash.h: No such file or directory #include "xxhash.h"...

Hi T-mat, First off, thanks for the great C++ port for lz4. The cross-platform ability is a huge benefit. I was wondering, might you have an opportunity to update the...

Please improve the documentation, by including a better explanation of working of the compressor and the decompressor. We are a group of students and all are beginners to the open...

Hi, I'm studying your code to educate myself in multi-threaded programming. Since the code has little comments, I'm wondering if you could share any design docs or UML diagrams for...