[dependencies.rayon]
optional = true
version = "1.7.0"
[dev-dependencies.rand]
version = "0.7.3"
[dev-dependencies.rand_distr]
version = "0.3.0"
[features]
voracious_multithread = ["rayon"]
[package]
authors = ["Axelle Piot <axelle.piot@lyart.fr>"]
categories = ["algorithms", "science", "concurrency"]
description = "State of the art radix sort algorithms. Single thread and multi thread versions."
documentation = "https://docs.rs/voracious_radix_sort/"
edition = "2018"
keywords = ["sort", "algorithms", "radixsort", "research"]
license = "MIT"
name = "voracious_radix_sort"
readme = "README.md"
repository = "https://github.com/lakwet/voracious_sort"
version = "1.2.0"