-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add lz4 support #868
Add lz4 support #868
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for those type issues, implementation looks good.
Some documentation on the new features here would round this off nicely: https://github.com/googleforgames/quilkin/blob/main/docs/src/services/proxy/filters/compress.md
Takes the compressor changes made in ep/iouring and ports them to a clean branch
Build Succeeded 🥳 Build Id: ec3acd80-30f2-49ad-a569-0f81fd223187 The following development images have been built, and will exist for the next 30 days: To build this version:
|
This adds support for LZ4 compression. Initial benchmarks with (seeded) randomized data shows that snappy is easily beating it on both compression and decompression, but thought I might as well PR it.
Resolves: #862