mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
what does "window size" mean? #364
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 @ghost on GitHub (Dec 25, 2020).
does it change the size at the end of the compression?
@eustas commented on GitHub (Jan 18, 2021):
It is "sliding window" size as in LZ77 algorithm.