headsort
headsort: streaming sort + 2x faster than gnu sort
...).
Using triangulation, hsort begins piped sorted output when 1st bin is done. This means it has new applications in distributed computing and in some cases makes dc un-necessary. (gnu sort must finish all bins)
Well compatible with gnu sort (most should not copy over sort binary).
other algorthms featured if menu used:
bubble, selection, insertion, shell, distributive counting, straight radix, radix exchange, quick, merge. (some are by character, some by line, some both)