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 pitrou
Recipients dmalcolm, eli.bendersky, flox, kaifeng, neologix, pitrou, python-dev
Date 2011-11-25.12:18:12
SpamBayes Score 1.2385349e-05
Marked as misclassified No
Message-id <1322223493.53.0.369885830763.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
> I see you're comparing 3.2 and default: could you run the same
> benchmark on default with and without the patch ?

Same results:
-> default branch:
1000 loops, best of 3: 364 usec per loop
-> default branch with patch reverted:
10000 loops, best of 3: 185 usec per loop

(with kernel 2.6.38.8-desktop-8.mga and glibc-2.12.1-11.2.mga1)

And I can reproduce on another machine:

-> default branch:
1000 loops, best of 3: 224 usec per loop
-> default branch with patch reverted:
10000 loops, best of 3: 88 usec per loop

(Debian stable with kernel 2.6.32-5-686 and glibc 2.11.2-10)
History
Date User Action Args
2011-11-25 12:18:13pitrousetrecipients: + pitrou, eli.bendersky, flox, dmalcolm, neologix, python-dev, kaifeng
2011-11-25 12:18:13pitrousetmessageid: <1322223493.53.0.369885830763.issue11849@psf.upfronthosting.co.za>
2011-11-25 12:18:12pitroulinkissue11849 messages
2011-11-25 12:18:12pitroucreate