Is Brotli compression a linear relationship? #51

Closed
opened 2026-01-29 20:30:08 +00:00 by claunia · 2 comments
Owner

Originally created by @fxfactorial on GitHub (Oct 7, 2015).

Does the following hold?

(For compression or decompress)

brotli(a + b) = brotli(a) + brotli(b)

Originally created by @fxfactorial on GitHub (Oct 7, 2015). Does the following hold? (For compression or decompress) `brotli(a + b) = brotli(a) + brotli(b)`
Author
Owner

@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.

@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.
Author
Owner

@fxfactorial commented on GitHub (Oct 7, 2015):

I didn't think so either.

@fxfactorial commented on GitHub (Oct 7, 2015): I didn't think so either.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#51