You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished some zstd 1.4.0 benchmarks including testing --format=gzip and --format=xz options and they seem to be single threaded. Would love to see zstd support multithreaded gzip via pigz and multithreaded xz via pxz as well for --format=pigz & --format=pxz :)
The text was updated successfully, but these errors were encountered:
I didn't look that closely, but it looks like those tools don't provide libraries, only command line tools.
Zstd uses the zlib and lzma libraries to provide support for --format=gzip and --format=xz. We'd have to shell out to the the respective CLIs to support pigz and pxz. I'd rather not do that.
If there widely used library for parallel xz or parallel zlib, I'd be happy to accept a PR that adds support.
I just finished some zstd 1.4.0 benchmarks including testing --format=gzip and --format=xz options and they seem to be single threaded. Would love to see zstd support multithreaded gzip via pigz and multithreaded xz via pxz as well for --format=pigz & --format=pxz :)
The text was updated successfully, but these errors were encountered: