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

Cluster: implementation optimisation #91

Merged
merged 3 commits into from
Nov 25, 2023
Merged

Cluster: implementation optimisation #91

merged 3 commits into from
Nov 25, 2023

Conversation

tdegeus
Copy link
Owner

@tdegeus tdegeus commented Nov 25, 2023

No description provided.

Comment on lines -695 to -700

// every so often: apply the renumbering to `m_label`
// the linked labels in `m_next` can be released
if (m_nmerge > 100) {
this->apply_merge();
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the bottleneck

@tdegeus tdegeus merged commit 9cd2bce into main Nov 25, 2023
4 checks passed
@tdegeus tdegeus deleted the opt branch November 25, 2023 16:55
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.

1 participant