memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
247 stars 24 forks source link

Union find path compression #231

Open as51340 opened 1 year ago

as51340 commented 1 year ago

I would be super interesting to see whether path compression works better than path splitting in find operation of union-find algorithm. Maybe if someone would be using it on a large quantity of data, it would payoff. Just idea, no action needed here :)