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 stutzbach
Recipients collinwinter, eric.smith, pitrou, rhettinger, stutzbach, terry.reedy, tim.peters
Date 2010-09-24.21:30:33
SpamBayes Score 5.0723037e-07
Marked as misclassified No
Message-id <1285363834.78.0.754537553735.issue9915@psf.upfronthosting.co.za>
In-reply-to
Content
> 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+.

I had originally written the test script was originally written for something else and repurposed it.  Actually, it's been repurposed at least twice so it has a long history and an unfortunate amount of cruft.  I will work on porting it to run on py3k.

My original examples did not use random data because timeit is challenging to use to time sorting of random data and I wanted to post something relatively concise.

Sometime next week I plan to post extensive timing results on random data.  I have been working on some fine-tuning of my patch as well as to my timing script.
History
Date User Action Args
2010-09-24 21:30:34stutzbachsetrecipients: + stutzbach, tim.peters, collinwinter, rhettinger, terry.reedy, pitrou, eric.smith
2010-09-24 21:30:34stutzbachsetmessageid: <1285363834.78.0.754537553735.issue9915@psf.upfronthosting.co.za>
2010-09-24 21:30:33stutzbachlinkissue9915 messages
2010-09-24 21:30:33stutzbachcreate