Skip to content
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_minCLevel, like ZSTD_maxCLevel #1312

Closed
cemeyer opened this issue Sep 11, 2018 · 3 comments
Closed

Add ZSTD_minCLevel, like ZSTD_maxCLevel #1312

cemeyer opened this issue Sep 11, 2018 · 3 comments

Comments

@cemeyer
Copy link
Contributor

cemeyer commented Sep 11, 2018

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."

@Cyan4973
Copy link
Contributor

We would need to define a minimum compression level first !
But indeed, I believe that's a reasonable request.

@cemeyer
Copy link
Contributor Author

cemeyer commented Sep 11, 2018

INT_MIN ? 😂 😂

Thanks :-).

@Cyan4973
Copy link
Contributor

function ZSTD_minCLevel() is now defined in dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants