summaryrefslogtreecommitdiff
path: root/sorters.h
Commit message (Collapse)AuthorAgeFilesLines
* Add changes missing from last commitBobby Bingham2014-09-011-1/+2
|
* Make global state explicit in testcase generatorsBobby Bingham2014-08-031-2/+0
| | | | | | | The quicksort-killer testcase will require more global state, unless we go to the effort of implementing qsort_r versions of all the sorting algorithms. Since we're not doing that, we'll simply make the global state explicit.
* Add reference grailsort implementationBobby Bingham2014-07-311-0/+1
|
* Move wikisort/grailsort common code to a shared headerBobby Bingham2014-07-061-0/+5
|
* Add an implementation of grailsortBobby Bingham2014-07-061-0/+1
|
* Add the C++ reference wikisort implementationBobby Bingham2014-07-041-2/+3
|
* Move assert_sorted helper somewhere more publicBobby Bingham2014-06-291-0/+2
|
* Initial stab at wikisortBobby Bingham2014-06-291-0/+1
|
* Add freebsd's qsortBobby Bingham2014-06-211-0/+1
|
* Add glibc's sortsBobby Bingham2014-06-211-1/+3
| | | | Also rename musl's sort function for more consistency.
* Initial commit: benchmark musl's qsortBobby Bingham2014-06-201-0/+11