[Python-3000] BList PEP (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed May 2 02:48:54 CEST 2007
- Previous message: [Python-3000] BList PEP
- Next message: [Python-3000] BList PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message: [Python-3000] BList PEP
- Next message: [Python-3000] BList PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]