mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
- version number was 1.1.0 instead of 1.1.2 - renamed mem.h to fix compiling the windows binaries - changes (rv < 0) to (rv != 0)
318 B
318 B
Multithreading Library for [LZ4], [LZ5] and [ZStandard]
- this library is a temporary solution to the threading problem with zstd, lz4 and lz5
- future versions of that compression libs will support threading in some way, I think ;)
- it's based on my zstdmt version @ github...
zstdmt_compress.c
/TR 2016-12-26