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

minor : change build macro to ZSTD_DECODER_INTERNAL_BUFFER #2829

Merged
merged 3 commits into from
Oct 26, 2021

Conversation

Cyan4973
Copy link
Contributor

and reworded the doc to make the topic more accessible for potential users (focus on the visible symptoms).

One potential shortcoming is that I've not seen any minimum amount required for ZSTD_LITBUFFEREXTRASIZE to work correctly. Now that's a value potentially controlled by the user, should there be such a minimum ? cc @binhdvo .

just to make the topic more accessible for potential users.
#endif

#define ZSTD_LBMAX (128 << 10)
Copy link
Contributor

Choose a reason for hiding this comment

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

I can set a 64 byte minimum in a followup; is it sensible to add it here in the same manner?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll do it in this PR.

@Cyan4973 Cyan4973 merged commit aba88fa into dev Oct 26, 2021
@Cyan4973 Cyan4973 deleted the ZSTD_DECODER_INTERNAL_BUFFER branch December 9, 2021 00:14
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.

4 participants