Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically generate the compression dictionary? #1195

Open
Timmmm opened this issue Sep 10, 2024 · 0 comments
Open

Dynamically generate the compression dictionary? #1195

Timmmm opened this issue Sep 10, 2024 · 0 comments

Comments

@Timmmm
Copy link

Timmmm commented Sep 10, 2024

Hi, the Chrome guys have quite stringent binary size requirements and are worried about the size of the dictionary used for compression. We think they're talking about this pre-hashed dictionary.

I just thought I'd check with you guys: presumably that dictionary only depends on the already-present decompression dictionary (which they don't seem to have a problem with). Can it be generated at runtime instead of embedded in the binary?

(They may not be talking about that tbf since they mentioned 190kB binary size and that table is only 64kB; maybe the compression code itself is 130kB?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant