-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add zstd as a compression algorithm. #504
Labels
Comments
Would accept a PR for this |
Closed in #506 |
@stefins sorry - I reverted this change because unfortunately there is no scheme in place to have different compression algorithms so this would be a breaking change. I'm okay with a breaking change, but I'll wait a bit before releasing it, possibly with another breaking change. Lets keep this open until then! |
Sure! No problem :) |
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
It would be better to add
zstd
as a compression algorithm for transferring file as it provides high compression ratio.Describe the solution you'd like
We can use the go library https://github.com/DataDog/zstd for it.
Additional context
https://facebook.github.io/zstd/
The text was updated successfully, but these errors were encountered: