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_bitmap_to_uint64_array #569

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

SLieve
Copy link
Contributor

@SLieve SLieve commented Jan 23, 2024

Also added a benchmark.

Currently implemented naively, could probably be sped up with specialized
container functions for 64-bit integers.

Also added a benchmark.
@SLieve SLieve marked this pull request as ready for review January 23, 2024 21:32
src/roaring64.c Outdated Show resolved Hide resolved
src/roaring64.c Outdated Show resolved Hide resolved
This is about 4x faster according to the microbenchmark on my machine.
@SLieve SLieve merged commit e34a82a into RoaringBitmap:master Jan 26, 2024
24 checks passed
@SLieve SLieve deleted the r64_array branch January 26, 2024 09:05
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