2024-07-02 UTC
# robalex hacking on some identity consolidation rn, I think a pointer to Tarjan (https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm) would be helpful on the identity consolidation wiki page (https://microformats.org/wiki/identity-consolidation). It's a well documented way of finding strongly connected components in a network graph, and it runs in linear time.