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
Minor enhancement request.
Especially now that ZSTD API has negative ("fast") compression levels, I think it makes sense to give callers a lower bound too.
Mentioned in #89 as a "when this changes in the future."
The text was updated successfully, but these errors were encountered:
We would need to define a minimum compression level first ! But indeed, I believe that's a reasonable request.
Sorry, something went wrong.
INT_MIN ? 😂 😂
INT_MIN
Thanks :-).
function ZSTD_minCLevel() is now defined in dev branch.
ZSTD_minCLevel()
dev
No branches or pull requests
Minor enhancement request.
Especially now that ZSTD API has negative ("fast") compression levels, I think it makes sense to give callers a lower bound too.
Mentioned in #89 as a "when this changes in the future."
The text was updated successfully, but these errors were encountered: