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

[Java] Add SLI(small long as int) long encoding algorithm #942

Merged
merged 7 commits into from
Oct 5, 2023

Conversation

chaokunyang
Copy link
Collaborator

@chaokunyang chaokunyang commented Oct 4, 2023

What do these changes do?

This pr includes following changes:

The new algorithm brings only 10% performance regression compared to no compression, but can get at most 1X space cost savings.

Related issue number

Closes #941

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang changed the title [Java] Add sli long encoding implementation [Java] Add SLI(small long as int) long encoding algorithm Oct 5, 2023
@chaokunyang chaokunyang merged commit 96ee19f into apache:main Oct 5, 2023
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.

[Java][Protocol] New Long Encoding Algorithm: SLI
1 participant