]> granicus.if.org Git - python/commit
Some more tuning of quicksort: use pointers instead of indexing.
authorGuido van Rossum <guido@python.org>
Wed, 11 Dec 1996 23:57:39 +0000 (23:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Dec 1996 23:57:39 +0000 (23:57 +0000)
commit3176bb1df2a81f2e0afb32eda47cf9c416fa7557
tree8db98f965954a34e367b77cd74da1ffc8d33c0d9
parent042a207061b51de1570ff85cd7af61e585318589
Some more tuning of quicksort: use pointers instead of indexing.
Objects/listobject.c