summaryrefslogtreecommitdiff
path: root/wikisort.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize rotateBobby Bingham2014-08-181-2/+2
* Move wikisort/grailsort common code to a shared headerBobby Bingham2014-07-061-101/+3
* Remove unnecessary safeguard in rotateBobby Bingham2014-06-301-1/+0
* Move penda info into a struct arrayBobby Bingham2014-06-301-24/+25
* Small cleanupBobby Bingham2014-06-301-5/+2
* Use an array structure to track the temp bufferBobby Bingham2014-06-301-12/+13
* Rename stract blockarray to more generic "array"Bobby Bingham2014-06-291-15/+15
* Don't bother merging when there are no pending elementsBobby Bingham2014-06-291-3/+6
* Don't roll a b block if it doesn't make sense toBobby Bingham2014-06-291-6/+2
* Add wikisort optimizations for some common casesBobby Bingham2014-06-291-0/+9
* Initial stab at wikisortBobby Bingham2014-06-291-0/+224