rayon-rs/rayon

Updating sort algorithms

Open

#1,233 建立於 2025年2月16日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)Rust (9,410 star) (450 fork)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.

貢獻者指南