mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -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)
11 lines
318 B
Markdown
11 lines
318 B
Markdown
|
|
# 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
|