Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdlib



Module Name:    src
Committed By:   yamt
Date:           Mon Jun  1 06:37:40 UTC 2009

Modified Files:
        src/lib/libc/stdlib: qsort.c

Log Message:
qsort: remove the "switch to insertion sort" optimization because it
causes catastrophic performance for certain inputs.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/qsort.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index