mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Is Brotli compression a linear relationship? #51
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 @fxfactorial on GitHub (Oct 7, 2015).
Does the following hold?
(For compression or decompress)
brotli(a + b) = brotli(a) + brotli(b)@alejolp commented on GitHub (Oct 7, 2015):
You can try it yourself. One counter example is enough to disprove the equality. I'd say no, it doesn't hold.
@fxfactorial commented on GitHub (Oct 7, 2015):
I didn't think so either.