rayon-rs/rayon

Updating sort algorithms

Open

#1,233 opened on 2025年2月16日

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

説明

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.

コントリビューターガイド