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

feat: switch compression from Deflate to Snappy #10

Merged
merged 18 commits into from
Jul 20, 2024

Conversation

cooldogedev
Copy link
Owner

@cooldogedev cooldogedev commented Jun 29, 2024

This PR changes the packet compression algorithm in Spectrum from Deflate to Snappy. Since Spectrum uses a stream of packets rather than batching, compression speed is more important than compression ratio. Snappy offers faster compression and decompression speeds, improving overall performance.

@cooldogedev cooldogedev added the enhancement New feature or request label Jun 29, 2024
@cooldogedev cooldogedev changed the title feat: use Snappy compression feat: switch compression from Deflate to Snappy Jul 3, 2024
@cooldogedev cooldogedev merged commit 5e439d7 into main Jul 20, 2024
1 check passed
@cooldogedev cooldogedev deleted the feat/snappy-compression branch July 20, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant