#sorting #generic #partitioning #algorithm #discriminator #linear-time

discrimination

Generic worst-case-linear-time sorting and partitioning algorithms based on discriminators

3 releases

Uses old Rust 2015

0.0.2 Feb 1, 2017
0.0.1 Jan 6, 2017
0.0.0 Dec 15, 2016

#7 in #discriminator

Download history 2/week @ 2024-02-18 4/week @ 2024-02-25 5/week @ 2024-03-10 57/week @ 2024-03-31 1/week @ 2024-04-07

58 downloads per month

Apache-2.0

33KB
823 lines

discrimination.rs

Crates.io Crates.io Build Status Build status

WIP

Generic worst-case-linear-time sorting and partitioning algorithms based on discriminators. Partially a port of the Haskell library of the same name.


lib.rs:

Generic worst-case-linear-time sorting and partitioning algorithms based on discriminators. Partially a port of the Haskell library of the same name.

Dependencies

~1MB
~18K SLoC