[Feature] Brotli Compression #176
Labels
A-protocol
Area: protocol crate
C-debt
Category: technical debt or removable
C-feat
Category: new feature or request
C-perf
Category: improvements to performance
D-good-first-issue
Desc: issues that are easy to pick up for new contributors
Component
protocol
Describe the feature you would like
Perform brotli compression using the
brotli::CompressorWriter
and a buffer instead of storing both the raw and compressed data and re-compressing the entire raw data as currently done.Additional context
See: #14.
Notice, tests are failing here because of a bug with the implementation.
The text was updated successfully, but these errors were encountered: