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 vstinner
Recipients christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-10.22:35:59
SpamBayes Score 0.0003973323
Marked as misclassified No
Message-id <1226356561.22.0.0494208379559.issue4294@psf.upfronthosting.co.za>
In-reply-to
Content
More benchmark with py3k trunk on a Quad Core@2.5 GHz (64 bits):

./python Lib/test/pystone.py 250000 (maximum value on 5 runs):
 - original: 58685.4 pystones/second
 - patched: 61274.5 pystones/second

Don't trust pystones, results are variables :-/
History
Date User Action Args
2008-11-10 22:36:01vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, christian.heimes
2008-11-10 22:36:01vstinnersetmessageid: <1226356561.22.0.0494208379559.issue4294@psf.upfronthosting.co.za>
2008-11-10 22:36:00vstinnerlinkissue4294 messages
2008-11-10 22:36:00vstinnercreate