SMALL_SUM_THRESHOLD

Constant SMALL_SUM_THRESHOLD 

Source
pub const SMALL_SUM_THRESHOLD: usize = 4096;
Expand description

Empirical threshold below which a hashmap-based fast path beats sort-merge (§8.3). Subject to benchmarking.