mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
mode_generic & dictionary sharing #463
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 @AlexandrosEmvoliadis on GitHub (Jun 12, 2023).
Hey
When brotli.MODE_GENERIC is set to compression mode, in my understanding, there is no static dictionary involved in the encoding process.
How does the decompressor decodes the received information? Do they still share the same dictionary?