| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Instead of embedding pre-generated tables from McIlroy's "A Killer | millert | 2017-05-22 | 1 | -1/+2 |
| | | | | | | Adversary for Quicksort", just include the code to generate them. Also allow the number of elements to be specified on the command line. | ||||
| * | Approximate nlgn instead of using libm. The same approximation may | millert | 2017-05-17 | 1 | -3/+1 |
| | | | | | be used in qsort.c in a later commit. | ||||
| * | Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function" | millert | 2017-05-17 | 1 | -0/+14 |
