rayon-rs/rayon

Updating sort algorithms

Open

#1,233 opened on Feb 16, 2025

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

Repository metrics

Stars
 (9,410 stars)
PR merge metrics
 (Avg merge 9m) (2 merged PRs in 30d)

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