We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's much much faster than xz for both compression and decompression while maintaining similar result.
There are 2 implementation available for go, both are 3 clause BSD
https://github.com/DataDog/zstd the go wrapper for facebook/zstd https://github.com/klauspost/compress a pure go implementation but around 1.5x slower than C implementation (hypermodeinc/badger#1176 (comment))
The text was updated successfully, but these errors were encountered:
+1 this applies to a Nomad feature request of mine.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It's much much faster than xz for both compression and decompression while maintaining similar result.
There are 2 implementation available for go, both are 3 clause BSD
https://github.com/DataDog/zstd the go wrapper for facebook/zstd
https://github.com/klauspost/compress a pure go implementation but around 1.5x slower than C implementation (hypermodeinc/badger#1176 (comment))
The text was updated successfully, but these errors were encountered: