summaryrefslogtreecommitdiff
path: root/src/support/disjoint_sets.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a disjoint sets (union-find) utility (#6797)Thomas Lively2024-08-011-0/+87
This will be used in an upcoming type optimization pass and may be generally useful.