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
zstd
Describe the problem you are trying to solve
Lemire has been publishing a small measurement about zstd vs. gzip for json compression https://lemire.me/blog/2021/06/30/compressing-json-gzip-vs-zstd/ . And zstd is super fast and offers better compression. But we dont have zstd yet.
Describe the solution you'd like
We want what lemire has: zstd. We want zstd pre- and postprocessors similar to what we have for zlib etc.
zlib
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the problem you are trying to solve
Lemire has been publishing a small measurement about zstd vs. gzip for json compression https://lemire.me/blog/2021/06/30/compressing-json-gzip-vs-zstd/ . And zstd is super fast and offers better compression. But we dont have zstd yet.
Describe the solution you'd like
We want what lemire has:
zstd
.We want
zstd
pre- and postprocessors similar to what we have forzlib
etc.The text was updated successfully, but these errors were encountered: