-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: implement interval tree #656
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #656 +/- ##
==========================================
+ Coverage 75.07% 75.10% +0.02%
==========================================
Files 173 175 +2
Lines 25644 26793 +1149
Branches 25644 26793 +1149
==========================================
+ Hits 19253 20122 +869
- Misses 5187 5466 +279
- Partials 1204 1205 +1 ☔ View full report in Codecov by Sentry. |
bee44a9
to
cf9655e
Compare
50037e2
to
40f5a1c
Compare
0218c27
to
083398e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please squash some intermediate commits. |
Signed-off-by: bsbds <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please briefly answer these questions:
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
Implements a interval tree, which is useful for dynamic interval update&query.
what changes does this pull request make?
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)