4 releases (breaking)
Uses new Rust 2024
new 0.5.0 | May 5, 2025 |
---|---|
0.4.0 | Mar 5, 2025 |
0.2.0 | Sep 29, 2024 |
0.1.0 | Sep 19, 2024 |
#710 in Algorithms
57,168 downloads per month
Used in 75 crates
(3 directly)
14KB
355 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.
Dependencies
~405KB