Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fill buffer with smallest elements | Bobby Bingham | 2014-11-02 | 1 | -1/+1 |
| | | | | | | This avoids the need to distribute the buffer through the whole array at the end. It also allows us to skips most of the work for sorted and reverse-sorted inputs. | ||||
* | Add instrumentation | Bobby Bingham | 2014-10-29 | 1 | -0/+38 |
Track the number of comparisons, swaps, and rotations performed in each part of the sorting algorithm. |