upgrade to RoaringBitmap 0.9.25#8206
Merged
richardstartin merged 1 commit intoapache:masterfrom Feb 17, 2022
Merged
Conversation
a3decaa to
36bb8b0
Compare
Jackie-Jiang
approved these changes
Feb 16, 2022
xiangfu0
approved these changes
Feb 16, 2022
Codecov Report
@@ Coverage Diff @@
## master #8206 +/- ##
============================================
- Coverage 71.01% 67.38% -3.63%
+ Complexity 4314 4232 -82
============================================
Files 1624 1226 -398
Lines 84873 61895 -22978
Branches 12791 9631 -3160
============================================
- Hits 60273 41709 -18564
+ Misses 20453 17222 -3231
+ Partials 4147 2964 -1183
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Picks up some performance improvements in
RangeBitmap:Also memory mapping a bitmap is now ~25% faster.