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 mark.dickinson
Recipients christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-02-18.20:34:05
SpamBayes Score 0.026494905
Marked as misclassified No
Message-id <1234989246.62.0.868924319444.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
And here are results from 64-bit builds on the same machine as above (OS X 
10.5.6/Core 2 Duo, gcc 4.0.1 from Apple).

./python.exe ../pidigits_noprint.py 2000 gives the following timings:

30-bit digits:                 Time; 1245.9 ms
30-bit digits + optimizations: Time; 1184.4 ms
unpatched py3k:                Time; 2479.9 ms
History
Date User Action Args
2009-02-18 20:34:06mark.dickinsonsetrecipients: + mark.dickinson, loewis, collinwinter, gregory.p.smith, pitrou, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-18 20:34:06mark.dickinsonsetmessageid: <1234989246.62.0.868924319444.issue4258@psf.upfronthosting.co.za>
2009-02-18 20:34:05mark.dickinsonlinkissue4258 messages
2009-02-18 20:34:05mark.dickinsoncreate