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 tim.peters
Recipients koos.zevenhoven, tim.peters, xtreak
Date 2018-09-16.19:07:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537124842.35.0.956365154283.issue34561@psf.upfronthosting.co.za>
In-reply-to
Content
Another runstack.py adds a bad case for 2-merge, and an even worse (percentage-wise) bad case for timsort.  powersort happens to be optimal for both.

So they all have contrived bad cases now.  powersort's bad cases are the least bad.  So far ;-)  But I expect that to remain so.
History
Date User Action Args
2018-09-16 19:07:22tim.peterssetrecipients: + tim.peters, koos.zevenhoven, xtreak
2018-09-16 19:07:22tim.peterssetmessageid: <1537124842.35.0.956365154283.issue34561@psf.upfronthosting.co.za>
2018-09-16 19:07:22tim.peterslinkissue34561 messages
2018-09-16 19:07:22tim.peterscreate