pub const GPU_BATCH_MIN: usize = 1_000;
Minimum number of pairs required to justify the GPU kernel launch overhead. Below this threshold DeviceComparator silently falls back to the CPU path.
DeviceComparator