-
Notifications
You must be signed in to change notification settings - Fork 576
Comparing changes
Open a pull request
base repository: RoaringBitmap/RoaringBitmap
base: 1.2.0
head repository: RoaringBitmap/RoaringBitmap
compare: 1.2.1
- 9 commits
- 19 files changed
- 5 contributors
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 799365f - Browse repository at this point
Copy the full SHA 799365fView commit details
Commits on Jun 24, 2024
-
add getSignedIntIterator to roaring bitmaps (#729)
* add getSignedIntIterator to roaring bitmaps and use integers above 2^31 in the test iterators. We sometimes use roaring bitmaps for iterative filtering where the opposite side of the join is sorted using signed comparison. Create a function to peekable int iterator to more easily allow that. * comment cleanup * comment cleanup * @zoltanmeze caught that I meant we skip to the negative numbers when doing a signed int sort, not positive numbers. fixup comment.
Configuration menu - View commit details
-
Copy full SHA for 24790bc - Browse repository at this point
Copy the full SHA 24790bcView commit details
Commits on Jul 1, 2024
-
fix hasNext behaviour for BitmapBatchIterator (#732)
* adds failing test for issue 730 * fixes BitmapBatchIterator.hasNext to return accurate result for empty containers
Configuration menu - View commit details
-
Copy full SHA for 88292e0 - Browse repository at this point
Copy the full SHA 88292e0View commit details
Commits on Jul 8, 2024
-
Fix advanceIfNeeded in signed int iterators and simplify finding star…
…ting container index (#734) * Use advanceUntil to find starting container index * Allow advanceIfNeeded to wrap around in signed int iterators * Simplify finding starting container index
Configuration menu - View commit details
-
Copy full SHA for 08b1e41 - Browse repository at this point
Copy the full SHA 08b1e41View commit details -
Fix previousValue not returning correct results in some cases (#736)
* Step down container index if next present container key is larger than target container key This means that previous value (if exist) must be always in the previous container * Return value as unsigned long when previous value is also the last (largest) value in bitmap * Remove unnecessary condition
Configuration menu - View commit details
-
Copy full SHA for 9a862d5 - Browse repository at this point
Copy the full SHA 9a862d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dbd2be - Browse repository at this point
Copy the full SHA 3dbd2beView commit details
Commits on Jul 16, 2024
-
Skip over empty words in RunContainer#contains(BitmapContainer) (#739)
* Skip empty words while iterating over bitmap container in RunContainer#contains(BitmapContainer) * Format
Configuration menu - View commit details
-
Copy full SHA for 79f1deb - Browse repository at this point
Copy the full SHA 79f1debView commit details -
Implement signed first/last methods (#738)
* Implement first and last signed methods Allows retrieving minimum and maximum signed integers from bitmap * Remove unnecessary (duplicate) javadoc
Configuration menu - View commit details
-
Copy full SHA for 71ba146 - Browse repository at this point
Copy the full SHA 71ba146View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cc3da - Browse repository at this point
Copy the full SHA a6cc3daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.0...1.2.1