๐Ÿ“ฆ Voultapher / driftsort

Driftsort a fast, generic robust stable sort. Designed to be the new Rust standard library `slice::sort`. Derived from glidesort.

โ˜… 56 stars โ‘‚ 1 forks ๐Ÿ‘ 56 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/Voultapher/driftsort.git
HTTPS git clone https://github.com/Voultapher/driftsort.git
SSH git clone git@github.com:Voultapher/driftsort.git
CLI gh repo clone Voultapher/driftsort
Lukas Bergdoll Lukas Bergdoll Backport rust #136163 3ff24b2 4 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ benchmarks
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.toml
๐Ÿ“„ CODE_OF_CONDUCT.md
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ rustfmt.toml
๐Ÿ“„ README.md

Driftsort

See driftsort: an efficient, generic and robust stable sort implementation..

Contributing

Please contribute to the rust-lang/rust repository directly, this is not intended as a standalone library.

Authors

License

This project is dual licensed under the MIT license and the Apache License, version 2.0 - see the LICENSE.md file for details.