-
Notifications
You must be signed in to change notification settings - Fork 671
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
NOISSUE - Add performance improvement to writer filtering #744
Conversation
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
7de7aec
0113ae5
to
7de7aec
Compare
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
==========================================
- Coverage 85.33% 85.28% -0.05%
==========================================
Files 66 66
Lines 4228 4228
==========================================
- Hits 3608 3606 -2
- Misses 416 418 +2
Partials 204 204
Continue to review full report at Codecov.
|
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
7de7aec
to
2e4ccf4
Compare
Signed-off-by: Aleksandar Novakovic <[email protected]>
2e4ccf4
to
1af5850
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
Signed-off-by: Aleksandar Novakovic <[email protected]>
Signed-off-by: Aleksandar Novakovic <[email protected]>
What does this do?
Improves writer filtering performance by replacing a list with a set.
List any changes that modify/break current functionality
There are no such changes.
Have you included tests for your changes?
No.
Did you document any new/modified functionality?
No.