i_key_sort 0.10.1

Counting sort algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod layout_one_key;
mod layout_one_key_cmp;
mod layout_two_keys;
mod layout_two_keys_cmp;
mod mapper_one_key;
mod mapper_one_key_cmp;
mod mapper_two_keys;
mod mapper_two_keys_cmp;
pub(crate) mod slice_one_key;
pub(crate) mod slice_one_key_cmp;
pub(crate) mod slice_two_keys;
pub(crate) mod slice_two_keys_cmp;
mod mapper_cmp;