3 releases (breaking)
Uses new Rust 2024
0.4.0 | Mar 5, 2025 |
---|---|
0.2.0 | Sep 29, 2024 |
0.1.0 | Sep 19, 2024 |
#617 in Algorithms
60,272 downloads per month
Used in 66 crates
(via i_overlay)
9KB
213 lines
iKeySort
A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.