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
The documentation of ZDICT_finalizeDictionary says:
*maxDictSize must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
*
must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
But ZSTD_DICTSIZE_MIN is not defined anywhere. What is the actual minimum dictionary size?
The text was updated successfully, but these errors were encountered:
It's a typo: it's actually ZDICT_DICTSIZE_MIN, which is defined in the same file
ZDICT_DICTSIZE_MIN
Sorry, something went wrong.
7a48dc2
Cyan4973
Successfully merging a pull request may close this issue.
The documentation of ZDICT_finalizeDictionary says:
*
maxDictSizemust be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
But ZSTD_DICTSIZE_MIN is not defined anywhere.
What is the actual minimum dictionary size?
The text was updated successfully, but these errors were encountered: