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 terry.reedy
Recipients collinwinter, eric.smith, pitrou, rhettinger, stutzbach, terry.reedy, tim.peters
Date 2010-09-24.21:18: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:18:51terry.reedysetrecipients: + terry.reedy, tim.peters, collinwinter, rhettinger, pitrou, eric.smith, stutzbach
2010-09-24 21:18:51terry.reedysetmessageid: <1285363131.32.0.476646445459.issue9915@psf.upfronthosting.co.za>
2010-09-24 21:18:49terry.reedylinkissue9915 messages
2010-09-24 21:18:48terry.reedycreate