mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
How to use large window sizes? #214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdnbje on GitHub (Feb 20, 2018).
I built brotli using the latest sources, but the window size is limited to 16mb. How do I set it to larger window sizes like 512mb?
@eustas commented on GitHub (Feb 20, 2018):
Hello.
Currently we are testing "Large Window Brotli" extension that will allow up to 1GiB window.
Hopefully, it will be published this week.
@bdnbje commented on GitHub (Feb 20, 2018):
can I make any trade-offs to improve ratio?
@eustas commented on GitHub (Feb 26, 2018):
"Large Window Brotli" is landed.
We constantly work to make quality=11 denser. You could play with some internal constants, but, most likely they won't provide big improvement.
To give a more specific advice, I have to know the use case...