Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 705 Bytes

File metadata and controls

14 lines (9 loc) · 705 Bytes

sortasm

  • 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!

License

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.

Bugs

There are some known bugs, which I tried to remember in the tracker.