pub const SMALL_SUM_THRESHOLD: usize = 4096;
Empirical threshold below which a hashmap-based fast path beats sort-merge (§8.3). Subject to benchmarking.