Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel decompression using pigz ? #264

Open
gadh opened this issue Jan 26, 2022 · 3 comments
Open

parallel decompression using pigz ? #264

gadh opened this issue Jan 26, 2022 · 3 comments

Comments

@gadh
Copy link

gadh commented Jan 26, 2022

i use v2.4.2 and compressed in parallel using pigz. now in the decompression process i see it uses gzip which does not support parallel.
can it use pigz in decompress also ?

@megastep
Copy link
Owner

gzip is the more widely available command to uncompress the archive in this case. However we could add some code to find an alternative pigz if that is a functional equivalent.

@diekleinekuh
Copy link

That would be really nice. I tried forcing pigz with --untar-extra --use-compress-program=pigz when decompressing but could not make it work.

@megastep
Copy link
Owner

megastep commented Sep 8, 2022

gzip is currently run separately from tar so the extra argument would have no effect. We could add some code to check for the presence of pigz as an alternative and call it instead when available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants