| rsort provides a library implementation of MSD radix sort from OpenBSD's libc, and an example filter which sorts stdin to stdout. MSD radix sort is known to be optimally fast for in-memory sorting of binary strings. The rsort program reads stdin into memory, applies radixsort, and prints the results to stdout. |