Project

General

Profile

« Previous | Next » 

Revision 5411b504

Added by Max Bernstein about 2 months ago

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

Use RefCell to allow path compression in union-find

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.