Commit ed7adcff authored by Guido van Rossum's avatar Guido van Rossum

Tim's quicksort on May 13.

parent b7057640
......@@ -631,7 +631,7 @@ docompare(x, y, compare)
good assumption for Python), it should be 10, which is the cutoff
point: quicksort requires more comparisons than insertion sort for
smaller arrays. */
#define MINSIZE 12
#define MINSIZE 10
/* Straight insertion sort. More efficient for sorting small arrays. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment