]> granicus.if.org Git - python/commit
Modified quicksort by Raymund Galvin, after studying the GNU libg++
authorGuido van Rossum <guido@python.org>
Wed, 10 Dec 1997 15:14:24 +0000 (15:14 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Dec 1997 15:14:24 +0000 (15:14 +0000)
commit24e62e2c7ce14562e45d142c266151d99bab9e3e
tree7fb295817e02568a797f7805797ff2da61e55099
parent3b99430808ce5f8cf844f1ba8b743d8736a2c469
Modified quicksort by Raymund Galvin, after studying the GNU libg++
quicksort.  This should be much faster if there are lots of
duplicates, and otherwise at least as good.
Objects/listobject.c