Message 117332 - Python tracker (original) (raw)

Message117332

Author terry.reedy
Recipients collinwinter, eric.smith, pitrou, rhettinger, stutzbach, terry.reedy, tim.peters
Date 2010-09-24.21🔞48
SpamBayes Score 0.0012240942
Marked as misclassified No
Message-id 1285363131.32.0.476646445459.issue9915@psf.upfronthosting.co.za
In-reply-to
Content
The posted experiments on sorted data do not do any sorting. They only test the difference in setup and comparison speed and not sorting/swapping speed. Please post something with large arrays of random data. Since the patch is intended to speed up 3.2 and your posted experiments were run on that, I am puzzled that you would post a test script to run under late 2.x instead of 3.1+.
History
Date User Action Args
2010-09-24 21🔞51 terry.reedy set recipients: + terry.reedy, tim.peters, collinwinter, rhettinger, pitrou, eric.smith, stutzbach
2010-09-24 21🔞51 terry.reedy set messageid: 1285363131.32.0.476646445459.issue9915@psf.upfronthosting.co.za
2010-09-24 21🔞49 terry.reedy link issue9915 messages
2010-09-24 21🔞48 terry.reedy create