"Daniel Stutzbach" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| 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






_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to