Skip to content
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

Simplify NodeStatusReport, avoid allocation #7

Conversation

fanf
Copy link

@fanf fanf commented Feb 6, 2020

This PR directly use a Set[RuleNodeStatusReport] in NodeStatusReport. It seems to change nothing, and it allows to avoid a lots of AggregatedReports alloc.

@ncharles ncharles merged commit c40c8f2 into ncharles:bug_16661/inneficient_computation_of_rulestatusreports_and_nodestatusreports Feb 6, 2020
ncharles added a commit that referenced this pull request Feb 7, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
ncharles added a commit that referenced this pull request Feb 7, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
ncharles added a commit that referenced this pull request Mar 13, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
ncharles added a commit that referenced this pull request Mar 13, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
ncharles added a commit that referenced this pull request Mar 13, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
ncharles added a commit that referenced this pull request Mar 13, 2020
Fixes #16661: inneficient computation of RuleStatusReports and NodeStatusReports
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants