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

How to compress/decompress a small message with a shared dictionary? #1213

Open
pkolaczk opened this issue Oct 25, 2024 · 0 comments
Open

How to compress/decompress a small message with a shared dictionary? #1213

pkolaczk opened this issue Oct 25, 2024 · 0 comments

Comments

@pkolaczk
Copy link

I can see only the function BrotliEncoderCompressStream can use a shared dictionary (need to attach it first), but one-shot compression/decompression functions like BrotliEncoderCompress and BrotliDecoderDecompress can't.

What is the recommended way to compress/decompress a series of small (a few kB each), independent messages?

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