-
Notifications
You must be signed in to change notification settings - Fork 32
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
refactor(snomed.datastore): Improve SnomedDescendantsExpander #1186
Conversation
apeteri
commented
Jul 10, 2023
•
edited
Loading
edited
- Stream large result sets
- Move total descendant count-only cases to a separate method
- Collect descendant concepts with a search request otherwise
- Use configured limit in SnomedDescendantsExpander
429b363
to
1176d5a
Compare
- Stream large result sets - Move total descendant count-only cases to a separate method - Collect descendant concepts with a search request otherwise - Use configured limit in SnomedDescendantsExpander
1176d5a
to
b364939
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1186 +/- ##
============================================
+ Coverage 64.36% 64.37% +0.01%
- Complexity 13175 13190 +15
============================================
Files 1792 1792
Lines 61436 61503 +67
Branches 5678 5687 +9
============================================
+ Hits 39541 39592 +51
- Misses 19442 19450 +8
- Partials 2453 2461 +8
☔ View full report in Codecov by Sentry. |
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! 🍏
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!