zstdmt icon indicating copy to clipboard operation
zstdmt copied to clipboard

Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard

Results 5 zstdmt issues
Sort by recently updated
recently updated
newest added

In order to link to external library define it in command line. For example to link with libzstd.so: `$ make LIBZSTD=-lzstd` You will still need sources in zstd directory to...

Preserve file attributes, and modification time It means to Preserve file attributes, and modification time as gzip/bzip do. For some reason the modification doesn't get preserved although in my [test](https://paste.ee/p/8BSD8)...

Is it possible to add checksum to the archive? At least optionally.

Version information is somewhat confusing. It says: `zstd-mt version v1.5.5, zstdmt v0.8`, where 1.5.5 is in fact zstd version, and 0.8 is zstd-mt. In my opinion it should be program...

When I compress with brotli-mt, brotli-mt can decompress while brotli can not decompress >brotli-mt test >brotli -d -S brot test.brot Corrupt input [test. brot]