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

Implement roaring64 portable (de)serialization. #564

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

SLieve
Copy link
Contributor

@SLieve SLieve commented Jan 18, 2024

Fixes #542.

This follows the 64-bit portable spec.

Note: I did not implement the 64-bit equivalent of roaring_bitmap_internal_validate yet, I'm leaving that for the future as it's not strictly necessary for deserialization.

@SLieve SLieve changed the title Implement basic roaring64 portable (de)serialization. Implement roaring64 portable (de)serialization. Jan 18, 2024
@SLieve SLieve requested a review from Dr-Emann January 18, 2024 22:33
@SLieve SLieve marked this pull request as ready for review January 18, 2024 22:33
src/roaring64.c Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Show resolved Hide resolved
@SLieve SLieve merged commit 152d4a4 into RoaringBitmap:master Jan 26, 2024
24 checks passed
@SLieve SLieve deleted the r64_serialize branch January 26, 2024 09:04
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.

Provide serialization/deserialization functionality to the ART-based 64-bit roaring
2 participants