Home
last modified time | relevance | path

Searched refs:SHORTEST_MEDIAN_OF_MEDIANS (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon/src/slice/
Dquicksort.rs581 const SHORTEST_MEDIAN_OF_MEDIANS: usize = 50; in choose_pivot() constant
611 if len >= SHORTEST_MEDIAN_OF_MEDIANS { in choose_pivot()