pub const DEFAULT_GPU_KDTREE_MIN_POINTS: usize = 50_000;
Minimum point count before GPU Euclidean clustering uses KD-tree BFS instead of grid UF.