You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I can see only the function
BrotliEncoderCompressStream
can use a shared dictionary (need to attach it first), but one-shot compression/decompression functions likeBrotliEncoderCompress
andBrotliDecoderDecompress
can't.What is the recommended way to compress/decompress a series of small (a few kB each), independent messages?
The text was updated successfully, but these errors were encountered: