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 skrah
Recipients Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-04.15:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454600409.52.0.487543997192.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
It's instructive to run ./python Modules/_decimal/tests/bench.py (Hit Ctrl-C after the first cdecimal result, 5 repetitions or so).

fastint2.patch speeds up floats enormously and slows down decimal by 6%.
fastint_alt.patch slows down float *and* decimal (5% or so).

Overall the status quo isn't that bad, but I concede that float benchmarks like that are useful for PR.
History
Date User Action Args
2016-02-04 15:40:09skrahsetrecipients: + skrah, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, Yury.Selivanov, serhiy.storchaka, yselivanov, josh.r, zbyrne
2016-02-04 15:40:09skrahsetmessageid: <1454600409.52.0.487543997192.issue21955@psf.upfronthosting.co.za>
2016-02-04 15:40:09skrahlinkissue21955 messages
2016-02-04 15:40:09skrahcreate