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

[docs] Clarify dictionary loading documentation #3381

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

terrelln
Copy link
Contributor

Reinforce that loading a new dictionary clears the current dictionary. Except for the multiple-ddict mode.

Fixes #3246.

lib/zstd.h Outdated
* Create an internal DDict from dict buffer,
* to be used to decompress next frames.
* The dictionary remains valid for all future frames, until explicitly invalidated.
* Create an internal DDict from dict buffer, to be used to decompress al future frames.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: al => all

Reinforce that loading a new dictionary clears the current dictionary.
Except for the multiple-ddict mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discrepancy in manual for dictionary loading
3 participants