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 <[email protected]>
In-reply-to
Content
More benchmark with py3k trunk on a Quad [email protected] 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: <[email protected]>
2008-11-10 22:36:00vstinnerlinkissue4294 messages
2008-11-10 22:36:00vstinnercreate