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

reconnect_nodes with an unordered_set #1888

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roystgnr
Copy link
Member

We don't actually need an ordering here, and count/insert/etc
operations in O(1) instead of O(log(N)) might be nice.

@friedmud, try this on the case from #1859 and see if it chops anything off the write_nodesets time?

This might be another pessimization instead but it's an easy enough change to be worth trying.

@roystgnr
Copy link
Member Author

Pinging @friedmud - got any time to check this out?

@jwpeterson
Copy link
Member

This PR has been marked "do not merge" since we are no longer accepting PRs into the master branch. All new PRs should be made on the devel branch instead. Once this PR's target branch has been updated to devel, the "do not merge" label will be removed.

We don't actually need an ordering here, and count/insert/etc
operations in O(1) instead of O(log(N)) might be nice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants