rdx

Crates.iordx
lib.rsrdx
version0.0.7
sourcesrc
created_at2020-01-20 09:18:06.888502
updated_at2020-02-17 04:05:04.989359
descriptionA collection of traits and algorithms to ease using radix sorts
homepage
repositoryhttps://gitlab.com/tekne/rdx
max_upload_size
id200392
size97,032
Jad Ghalayini (imbrem)

documentation

README

rdx

rdx is a collection of generic algorithms and traits designed to make using radix sort easier both for primitive and custom data types.

Radix sort has excellent performance characteristics, but has more requirements on the keys to be sorted, and hence is somewhat rarely used. The goal of this package is to provide easy-to-use radix sort implementations for a variety of types and to make it easy to implement radix sort for your own custom types.

Eventually, we plan to add a hybrid radix-comparison sort so as to allow obtaining the benefits of radix sorts for compound types in general, even if all the components only satisfy Ord.

License: MIT

Commit count: 323

cargo fmt