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 Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-05.15:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454687898.46.0.620652867332.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
bench_long2.py: my updated microbenchmark to test many types and more operations.

compare.txt: compare Python original, fastint_alt.patch, fastintfloat_alt.patch and fastint5.patch. "(*)" marks the minimum of the line, percents are relative to the minimum (if larger than +/-5%).

compare_to.txt: similar to compare.txt, but percents are relative to the original Python.
History
Date User Action Args
2016-02-05 15:58:18vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, pitrou, casevh, skrah, Yury.Selivanov, serhiy.storchaka, yselivanov, josh.r, zbyrne
2016-02-05 15:58:18vstinnersetmessageid: <1454687898.46.0.620652867332.issue21955@psf.upfronthosting.co.za>
2016-02-05 15:58:18vstinnerlinkissue21955 messages
2016-02-05 15:58:18vstinnercreate