i_key_sort

Crates.ioi_key_sort
lib.rsi_key_sort
version0.2.0
sourcesrc
created_at2024-09-19 18:14:48.084656
updated_at2024-09-29 17:06:05.580386
descriptionA fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.
homepage
repositoryhttps://github.com/iShape-Rust/iKeySort
max_upload_size
id1380569
size7,972
Nail (NailxSharipov)

documentation

README

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.

Commit count: 5

cargo fmt