UnionFind icon indicating copy to clipboard operation
UnionFind copied to clipboard

Runtime scaling is not linear for a large lattice

Open chaeyeunpark opened this issue 3 years ago • 3 comments

Simulation results up to 127x127x127 lattice show that the scaling is not linear. Need to profile (does the greedy implementation of the minimum spanning tree slow down it?)

uf_3d_timing

chaeyeunpark avatar Jun 15 '21 18:06 chaeyeunpark