[][src]Module handlegraph::disjoint

Rust implementation of the lock-free parallel disjoint set described in the paper "Wait-free Parallel Algorithms for the Union-Find Problem" by Richard J. Anderson and Heather Woll.

Based on the C++ implementation from https://github.com/vgteam/odgi/blob/master/src/dset64-gccAtomic.hpp

Structs

DisjointSets