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

[write] Improve efficiency of delta run encoding #1275

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Dec 3, 2024

Specifically, this addresses one optimization we were missing, which is to combine a single byte-encodable item into the preceding word-encodable run if it is also followed by a word-encodeable run, since it lets us combine three runs into one.

Specifically, this addresses one optimization we were missing, which is
to combine a single byte-encodable item into the preceding word-encodable run
if it is also followed by a word-encodeable run, since it lets us
combine three runs into one.
@cmyr cmyr merged commit 912d12a into main Dec 3, 2024
10 checks passed
@cmyr cmyr deleted the gvar-iup-issue-1164 branch December 3, 2024 23:12
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.

2 participants