mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
How to evaluate the uncompression size of brotli ? #353
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 @ldcsaa on GitHub (Oct 24, 2020).
compress max size uses BrotliGuessCompressBound().
But how to evaluate the uncompression size of brotli ?
@eustas commented on GitHub (Jan 18, 2021):
In most cases there is no way to do that without decompression.
Each "block" contains uncompressed size and "is last" flag, but unfortunately there is no possibility to scan through blocks...