vtk-m/vtkm/worklet/connectivities
Robert Maynard 973878b8ba Improve the performance of the Image and Graph Connectivity algorithms
The collection of connectivity algorithms had a couple of inefficiencies.
By moving to using WorkId we can remove a couple of arrays of the same size
as the input domain. In addition by moving to using atomics we can remove
an bool output array with a size equivalent to the input domain and
a call to reduce.
2019-10-02 08:25:10 -04:00
..
CellSetConnectivity.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CellSetDualGraph.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
GraphConnectivity.h Improve the performance of the Image and Graph Connectivity algorithms 2019-10-02 08:25:10 -04:00
ImageConnectivity.h Improve the performance of the Image and Graph Connectivity algorithms 2019-10-02 08:25:10 -04:00
InnerJoin.h conslidate the license statement 2019-04-17 10:57:13 -06:00
UnionFind.h Improve the performance of the Image and Graph Connectivity algorithms 2019-10-02 08:25:10 -04:00