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

Add lz4 support #868

Merged
merged 9 commits into from
Nov 23, 2023
Merged

Add lz4 support #868

merged 9 commits into from
Nov 23, 2023

Conversation

Jake-Shadle
Copy link
Collaborator

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

Copy link
Contributor

@markmandel markmandel left a 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

@Jake-Shadle Jake-Shadle merged commit 6327d67 into main Nov 23, 2023
5 checks passed
@Jake-Shadle Jake-Shadle deleted the lz4 branch November 23, 2023 16:38
@quilkin-bot
Copy link
Collaborator

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:

git fetch [email protected]:googleforgames/quilkin.git pull/868/head:pr_868 && git checkout pr_868
cargo build

@markmandel markmandel added kind/feature New feature or request area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc kind/feature New feature or request size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add lz4 compression
4 participants