zip: support different compression types #966
vapier
started this conversation in
Ideas/Features
Replies: 1 comment
-
The zstd library can register itself as a compressor/decompressor. See https://github.com/klauspost/compress/tree/master/zstd#zstd-inside-zip-files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the zip module ATM only supports deflate compression. can other compression algorithms be added here ? zstd seems like the most desirable.
https://github.com/klauspost/compress/blob/master/zip/struct.go
https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
Beta Was this translation helpful? Give feedback.
All reactions