Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ZJIT: Use RefCell to allow path compression in union-find #13218

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

tekknolagi
Copy link
Contributor

When I wrote the original version I didn't understand the interior
mutability pattern, but now I do! With this commit, we should have a
more optimal union-find implementation.

@matzbot matzbot requested a review from a team April 30, 2025 21:38
When I wrote the original version I didn't understand the interior
mutability pattern, but now I do! With this commit, we should have a
more optimal union-find implementation.
@tekknolagi tekknolagi force-pushed the mb-union-find-refcell branch from cc133f7 to e5aec87 Compare April 30, 2025 22:37
@k0kubun k0kubun merged commit 5411b50 into ruby:master Apr 30, 2025
83 of 85 checks passed
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