Skip to content

feat(codec): Add lz4 support #2331

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

victornguen
Copy link

@victornguen victornguen commented Jul 6, 2025

Motivation

Add support for LZ4 compression with lz4_flex.

Closes #2312

Solution

  • Added the lz4_flex crate as an optional dependency behind a new lz4 feature flag.
  • Updated header parsing, encoding negotiation, and metadata handling to recognize and advertise LZ4.

@victornguen victornguen force-pushed the feat/lz4-compression branch 2 times, most recently from 7be4be1 to 6ca4dc9 Compare July 6, 2025 18:10
@victornguen victornguen marked this pull request as ready for review July 6, 2025 18:24
Add support of lz4 compression with lz4_flex
@victornguen victornguen force-pushed the feat/lz4-compression branch from 6ca4dc9 to 40f6e44 Compare July 9, 2025 17:49
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

Successfully merging this pull request may close these issues.

Add lz4 compression
1 participant