[Feature] Brotli Compression #1081
Labels
A-protocol
Area: protocol crates
K-chore
Kind: chore
K-perf
Kind: performance
M-good-first-issue
Meta: Good for newcomers
Component
kona-protocol
crateDescribe 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: op-rs/maili#14.
Notice, tests are failing here because of a bug with the implementation.
The text was updated successfully, but these errors were encountered: