#sorting #primary-key #algorithm #scenario #counting #bin #optimized

i_key_sort

A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.

2 unstable releases

new 0.2.0 Sep 29, 2024
0.1.0 Sep 19, 2024

#689 in Algorithms

Download history 159/week @ 2024-09-19 593/week @ 2024-09-26

752 downloads per month
Used in 5 crates (via i_overlay)

MIT license

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.

No runtime deps