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

[Feature] Brotli Compression #1081

Open
refcell opened this issue Feb 21, 2025 · 0 comments
Open

[Feature] Brotli Compression #1081

refcell opened this issue Feb 21, 2025 · 0 comments
Labels
A-protocol Area: protocol crates K-chore Kind: chore K-perf Kind: performance M-good-first-issue Meta: Good for newcomers

Comments

@refcell
Copy link
Collaborator

refcell commented Feb 21, 2025

Component

kona-protocol crate

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: op-rs/maili#14.

Notice, tests are failing here because of a bug with the implementation.

@refcell refcell added A-protocol Area: protocol crates K-chore Kind: chore K-perf Kind: performance M-good-first-issue Meta: Good for newcomers labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-protocol Area: protocol crates K-chore Kind: chore K-perf Kind: performance M-good-first-issue Meta: Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant