mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
fix pointer initialization and minor changes to README of zstdmt
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
|
||||
# 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...
|
||||
- this library is used as a multthreading wrapper for zstd, lz4 and lz5
|
||||
- zstandard has multithreading now on board, maybe I switch to it
|
||||
- homepage of it: https://github.com/mcmilk/zstdmt
|
||||
|
||||
zstdmt_compress.c
|
||||
|
||||
/TR 2016-12-26
|
||||
/TR 2017-05-17
|
||||
|
||||
Reference in New Issue
Block a user