Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Range compress #419

Merged
merged 13 commits into from
Feb 9, 2022
Merged

Range compress #419

merged 13 commits into from
Feb 9, 2022

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Jan 25, 2022

Adds a Ranged based (pre) compressor

Note expected to get any better compression results than the pair compressor

However significantly faster and as the results are not order dependent can be combined with any other compressor.

If there are holes in the masks that cause entries to overlap the uncompressed table is returned.

Note the unitests included compare_tables which is the slowest part of the test.

@rowleya rowleya merged commit a67a0f6 into master Feb 9, 2022
@rowleya rowleya deleted the range_compress branch February 9, 2022 15:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants