This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chemoelectric
Recipients chemoelectric, docs@python, rhettinger, tim.peters
Date 2022-01-23.22:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642976462.05.0.736518302778.issue46488@roundup.psfhosted.org>
In-reply-to
Content
Yes. Actually the issue is branching, not order of complexity, because looping at most 64 times is a linear-bounded operation. The methods I point out involve no branching! And so can be rather fast. I don't suggest they be used, but that the listsort.txt be revised.
History
Date User Action Args
2022-01-23 22:21:02chemoelectricsetrecipients: + chemoelectric, tim.peters, rhettinger, docs@python
2022-01-23 22:21:02chemoelectricsetmessageid: <1642976462.05.0.736518302778.issue46488@roundup.psfhosted.org>
2022-01-23 22:21:02chemoelectriclinkissue46488 messages
2022-01-23 22:21:01chemoelectriccreate