chemoelectric / ats2-integer-radix-sort

Stable integer-keyed radix sort for ATS2/Postiats. Mirror of the repository at https://sourceforge.net/p/chemoelectric/ats2-integer-radix-sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integer-keyed stable radix sort for ATS2/Postiats
-------------------------------------------------

This package began as a contribution to Rosetta Code.

Initial tests suggest this sort can be much, much faster than GNU
qsort(3), while being stable as well. The keys must be of a g0uint or
g0int type, however.

About

Stable integer-keyed radix sort for ATS2/Postiats. Mirror of the repository at https://sourceforge.net/p/chemoelectric/ats2-integer-radix-sort

License:GNU General Public License v3.0


Languages

Language:Shell 71.9%Language:Makefile 15.7%Language:M4 7.6%Language:ATS 4.5%Language:C 0.2%Language:Emacs Lisp 0.0%