Files
easy7zip/C/zstdmt/README.md
Tino Reichardt b351c1a3fb some minor fixes
- 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)
2016-12-26 11:04:47 +01:00

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