pub fn parallel_worker_count_with_chunk( point_count: usize, chunk_size: usize, ) -> usize
Returns the number of worker threads for an explicit staging chunk size.