rayon-rs/rayon

Updating sort algorithms

Aperta

#1233 aperta il 16 feb 2025

 (5 commenti) (1 reazione) (0 assegnatari)Rust (450 fork)batch import
help wanted

Metriche repository

Star
 (9410 stelle)
Metriche merge PR
 (Merge medio 9m) (2 PR mergiate in 30 g)

Descrizione

Rust library today uses ipnsort and driftsort for unstable and stable sort respectively.

I'm wondering if it would make sense to switch to them in parallel implementations here too instead of pdqsort and timsort respectively.

Guida contributor