[Python-3000] BList PEP

Terry Reedy tjreedy at udel.edu
Wed May 2 02:48:54 CEST 2007


"Daniel Stutzbach" <daniel at stutzbachenterprises.com> wrote in message 
news:eae285400705010000l2af0e890ifc8c2e0de8219961 at mail.gmail.com...
| Sort      O(n log n)                           O(n log n)

Tim Peters' list.sort is, I believe, better than nlogn for a number of 
practically important special cases.  I believe he documented this in the 
code comments.  Can you duplicate this with your structure?

tjr








More information about the Python-3000 mailing list