i_key_sort 0.8.0

Counting sort algorithm.
Documentation

iKeySort

crates.io version docs.rs docs

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