rayon-rs/rayon

Updating sort algorithms

Open

#1233 opened on Feb 16, 2025

View on GitHub
 (5 comments) (1 reaction) (0 assignees)Rust (9,410 stars) (450 forks)batch import
help wanted

Description

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.

Contributor guide