mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
BrotliEncoderEstimatePeakMemoryUsage not working for large window sizes #443
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 @AronParker on GitHub (Jan 7, 2023).
The parameters are set and sanitized shortly after:
a8f5813b84/c/enc/encode.c (L1829-L1832)As large window size is disabled by default, it'll truncate it to a regular window size. Is this intended?