|
Zstd by default is single-threaded. Just in case though... 8,826,654,133 original
3,033,695,892 0:22 zstd 1.3.3 -3 -T4
3,025,746,073 1:21 zstd 1.3.3 -3 -T1 (default)
3,017,972,162 1:05 zstd 1.5.0 -3 -T1 (default)
3,013,860,663 1:23 zstd 1.5.0 -3 --single-thread
It is just no match.EDIT: axiolite wanted to see --single-thread and while my Linux box only has an older zstd (1.3.3) without that option I realized I do have a Windows executable for recent zstd (1.5.0). Both executables have run in the same machine but I can't guarantee anything about the 1.5.0 binary. |
I think you need to try pigz...