You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This avoids slow lookups into `std::map` caused by long running
`irept::operator<` calls.
The type of hash to use is included as a template parameter in order to
make the data structure used to implement `union_find` more explicit.
0 commit comments