- For completeness, but also for additional performance when there are extremely large numbers of results, use `par_sort_unstable_by()` for sorting the results. For most sane result sets this will not represent a significant speedup (for the Kubernetes benchmark it's around 1%) but as the set to be sorted grows the impact would be larger. |
||
|---|---|---|
| .. | ||
| finder.rs | ||
| lib.rs | ||
| matcher.rs | ||
| sorter.rs | ||
| thread_pool.rs | ||