Skip to content

maltoe/sortasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Various sorting algorithms in asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages