Skip to content

Connectivity with Concurrent Union-Find

Li-Ta Lo requested to merge ollielo/vtk-m:concurrent_union_find into master

Image and Graph connectivity worklets were changed to use a single pass algorithm with updated Union-Find. This avoids the ambiguity of termination condition in previous implementation. Comments on concurrency and thread safety were added.

More documentation on data races and their resolution needed.

Edited by Li-Ta Lo

Merge request reports