HomePhorge

Use Rayon for sorting as well

Description

Use Rayon for sorting as well

  • 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.

Details

Provenance
XymistAuthored on Aug 26 2022, 3:36 PM
Parents
R1:c5e8677a3704: Introduce Rayon for parallel iteration and sorting
Branches
Unknown
Tags
Unknown

Event Timeline