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, pitrou, vstinner
Date 2008-12-14.01:09:26
SpamBayes Score 1.0989185e-06
Marked as misclassified No
Message-id <1229216969.57.0.834116065282.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a small benchmark tool dedicated to integer operations (+ - 
* / etc.): bench_int.py attached to issue4294. See also Message75715 
and Message75719 for my benchmark results. Short sum up: 2^30 base 
helps a lot on 64 bits CPU (+26%) whereas the speedup is small (4%) on 
32 bits CPU. But don't trust benchmarks :-p
History
Date User Action Args
2008-12-14 01:09:30vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, christian.heimes
2008-12-14 01:09:29vstinnersetmessageid: <1229216969.57.0.834116065282.issue4258@psf.upfronthosting.co.za>
2008-12-14 01:09:28vstinnerlinkissue4258 messages
2008-12-14 01:09:27vstinnercreate