Efficient-Compression-Tool icon indicating copy to clipboard operation
Efficient-Compression-Tool copied to clipboard

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

Open fdelapena opened this issue 1 year ago • 1 comments

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.

fdelapena avatar Jan 27 '24 00:01 fdelapena

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 :)

T-3B avatar May 16 '24 13:05 T-3B