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

ZSTD_DICTSIZE_MIN is referenced in documentation but not defined #4142

Closed
mvhooren opened this issue Sep 19, 2024 · 1 comment · Fixed by #4143
Closed

ZSTD_DICTSIZE_MIN is referenced in documentation but not defined #4142

mvhooren opened this issue Sep 19, 2024 · 1 comment · Fixed by #4143
Assignees

Comments

@mvhooren
Copy link

The documentation of ZDICT_finalizeDictionary says:

*maxDictSize must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).

But ZSTD_DICTSIZE_MIN is not defined anywhere.
What is the actual minimum dictionary size?

@Cyan4973
Copy link
Contributor

It's a typo: it's actually ZDICT_DICTSIZE_MIN, which is defined in the same file

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

Successfully merging a pull request may close this issue.

2 participants