rayon-rs/rayon

Updating sort algorithms

オープン

#1,233 opened on 2025/02/16

 (5 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (450 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (9,410 個のスター)
PR merge metrics
 (平均マージ 9m) (30d で 2 merged PRs)

説明

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.

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