Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize buffer stealing step | Bobby Bingham | 2014-11-04 | 1 | -18/+16 |
* | Remove unused parameter | Bobby Bingham | 2014-11-04 | 1 | -2/+2 |
* | Fill buffer with smallest elements | Bobby Bingham | 2014-11-02 | 1 | -1/+33 |
* | Switch to a stationary buffer, rather than moving it through the array | Bobby Bingham | 2014-11-02 | 1 | -37/+35 |
* | Perform swaps in larger chunks in merge step | Bobby Bingham | 2014-10-29 | 1 | -11/+20 |
* | Add debugging assertion | Bobby Bingham | 2014-10-29 | 1 | -0/+4 |
* | Add instrumentation | Bobby Bingham | 2014-10-29 | 1 | -0/+12 |
* | Rework block merge sort algorithm | Bobby Bingham | 2014-10-26 | 1 | -28/+36 |
* | Fix grailsort block merging | Bobby Bingham | 2014-09-01 | 1 | -28/+28 |
* | Use binary search in merge | Bobby Bingham | 2014-08-23 | 1 | -4/+3 |
* | Slightly simplify grailsort | Bobby Bingham | 2014-08-16 | 1 | -7/+8 |
* | Remove unnecessary test of bnmel | Bobby Bingham | 2014-08-03 | 1 | -1/+1 |
* | Reformat | Bobby Bingham | 2014-07-31 | 1 | -10/+3 |
* | Remove grailsort dependency on bsearch | Bobby Bingham | 2014-07-31 | 1 | -3/+3 |
* | Don't pre-sort the temp swap buffer | Bobby Bingham | 2014-07-31 | 1 | -4/+5 |
* | Don't special-case reverse sort order | Bobby Bingham | 2014-07-31 | 1 | -6/+0 |
* | Move wikisort/grailsort common code to a shared header | Bobby Bingham | 2014-07-06 | 1 | -109/+8 |
* | Add an implementation of grailsort | Bobby Bingham | 2014-07-06 | 1 | -0/+192 |