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
{{ message }}
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
Zip compresses each file individually and therefore doesn't provide very good compression when we have a lot of small files to package. In the case of compressed tar files, the entire archive is compressed as a single stream of bytes and thus provides better compression.
A similar request to support tar.gz files was made here - #1096.