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

Possible equivalent of --mt-file when recompressing files contained zip and gzip archives #137

Open
fdelapena opened this issue Jan 27, 2024 · 1 comment

Comments

@fdelapena
Copy link

More like a question, I am not sure if files in zip or gzip archives are always separated deflate blocks where it could be compressed without less efficient deflate block split, otherwise it could be a nice performance gain for these cases.

@T-3B
Copy link

T-3B commented May 16, 2024

ZIP files always store separated Deflate blocks (one block for each "embedded" file).
On the other hand, GZIP is just one single block.

Having --mt-file apply parallel optimization of Deflate blocks in ZIP files would be really nice to see, indeed :)

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

2 participants