rayon-rs/rayon

Updating sort algorithms

开放

#1,233 创建于 2025年2月16日

 (5 条评论) (1 个反应) (0 位负责人)Rust (450 个派生)batch import
help wanted

仓库指标

星标
 (9,410 个星标)
PR 合并指标
 (平均合并 9分钟) (30 天内合并 2 个 PR)

描述

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.

贡献者指南