libmesh
libmesh copied to clipboard
reconnect_nodes with an unordered_set
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.
Pinging @friedmud - got any time to check this out?
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.