3 releases (breaking)
new 0.4.0 | Mar 5, 2025 |
---|---|
0.2.0 | Sep 29, 2024 |
0.1.0 | Sep 19, 2024 |
#562 in Algorithms
62,420 downloads per month
Used in 61 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.