- Playing with sorting algorithms and x86 assembly.
- Most of the C standard implementations are copied from or heavily inspired by their correspondent Wikipedia articles.
- Almost all assembly implementations (except for Gnomesort and Heapsort) perform worse than their C counterparts.
- AA-Sort!
As some of the code of AA-Sort could be interpreted as a derived work from here, I hereby release the code under the BSD 3-Clause License.
There are some known bugs, which I tried to remember in the tracker.