-
Notifications
You must be signed in to change notification settings - Fork 84
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
Feature Request: RoaringBitmap::from_lsb0_bytes
#288
Open
lemolatoon
wants to merge
11
commits into
RoaringBitmap:main
Choose a base branch
from
lemolatoon:from-bitmap-bytes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32b4d60 - Browse repository at this point
Copy the full SHA 32b4d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9834c01 - Browse repository at this point
Copy the full SHA 9834c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4a2dd - Browse repository at this point
Copy the full SHA 4c4a2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15c11b - Browse repository at this point
Copy the full SHA b15c11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0758f8a - Browse repository at this point
Copy the full SHA 0758f8aView commit details -
Speed up from_bitmap_bytes, and use less unsafe
* Directly create an array/bitmap store based on the count of bits * Use u64 words to count bits and enumerate bits * Store in little endian, then just fixup any touched words * Only use unsafe to reinterpret a whole bitmap container as bytes, everything else is safe * Allow adding bytes up to the last possible offset
Configuration menu - View commit details
-
Copy full SHA for e9a215c - Browse repository at this point
Copy the full SHA e9a215cView commit details -
add special case for creating a full bitmap container
we can setting an initial value in that case
Configuration menu - View commit details
-
Copy full SHA for 09e9d6d - Browse repository at this point
Copy the full SHA 09e9d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0dbb72 - Browse repository at this point
Copy the full SHA f0dbb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915e582 - Browse repository at this point
Copy the full SHA 915e582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ec34b - Browse repository at this point
Copy the full SHA 53ec34bView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a9a0c2 - Browse repository at this point
Copy the full SHA 2a9a0c2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.