index
:
qsort comparisons
master
qsort algorithm comparative benchmarks
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename stract blockarray to more generic "array"
Bobby Bingham
2014-06-29
1
-15
/
+15
*
Don't bother merging when there are no pending elements
Bobby Bingham
2014-06-29
1
-3
/
+6
*
Don't roll a b block if it doesn't make sense to
Bobby Bingham
2014-06-29
1
-6
/
+2
*
Add generator of mostly sorted data
Bobby Bingham
2014-06-29
1
-4
/
+20
*
Build with -Os
Bobby Bingham
2014-06-29
1
-1
/
+1
*
Run smaller test cases before larger
Bobby Bingham
2014-06-29
1
-2
/
+2
*
Move assert_sorted helper somewhere more public
Bobby Bingham
2014-06-29
3
-10
/
+15
*
Generate nicer numbers for debugging
Bobby Bingham
2014-06-29
1
-1
/
+14
*
Add wikisort optimizations for some common cases
Bobby Bingham
2014-06-29
1
-0
/
+9
*
Initial stab at wikisort
Bobby Bingham
2014-06-29
4
-1
/
+227
*
Add freebsd's qsort
Bobby Bingham
2014-06-21
3
-0
/
+168
*
validate that sorter succeeded in sorting the input
Bobby Bingham
2014-06-21
1
-0
/
+11
*
Add glibc's sorts
Bobby Bingham
2014-06-21
6
-4
/
+566
*
Initial commit: benchmark musl's qsort
Bobby Bingham
2014-06-20
7
-0
/
+369