pub const PARALLEL_CHUNK_QUERY_MIN_POINTS: usize = 4_096;
Minimum point count before threaded chunk dispatch is used.