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
Hi!
Would it make any sense to support different compression levels for zlib? Default is 6, but perhaps 1 would be faster?
Also, I think zstd (levels 1-5) or lz4 would be a better choice of compression. Much much faster than zlib.
The text was updated successfully, but these errors were encountered:
It definitely would. We'd need some benchmarks though, if the gains are tiny - no point probably. But a patch is very welcome either way :)
Sorry, something went wrong.
No branches or pull requests
Hi!
Would it make any sense to support different compression levels for zlib? Default is 6, but perhaps 1 would be faster?
Also, I think zstd (levels 1-5) or lz4 would be a better choice of compression. Much much faster than zlib.
The text was updated successfully, but these errors were encountered: