2 unstable releases
0.2.0 | Sep 29, 2024 |
---|---|
0.1.0 | Sep 19, 2024 |
#681 in Algorithms
8,855 downloads per month
Used in 11 crates
(via i_overlay)
7KB
159 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.