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

Update framedec.go MaxWindowSize constant to 2 << 31 #392

Closed
wants to merge 1 commit into from

Conversation

pushshift
Copy link

Add support for very large window sizes (up to 2 << 31 -- the max allowed via the zstd compressor itself). This should not break any existing code that uses this module.

Add support for very large window sizes (up to 2 << 31 -- the max allowed via the zstd compressor itself)
klauspost added a commit that referenced this pull request Jun 8, 2021
Also reduce default memory allocs.

Fixes #390
Replaces #392
klauspost added a commit that referenced this pull request Jun 8, 2021
Also reduce default memory allocs.

Fixes #390
Replaces #392
@klauspost klauspost closed this Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants