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 pitrou
Recipients casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-04.14:24:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <56B35F2D.6050504@free.fr>
In-reply-to <1454595521.29.0.608990518314.issue21955@psf.upfronthosting.co.za>
Content
Le 04/02/2016 15:18, Yury Selivanov a écrit :
> 
> But it is faster. That's visible on many benchmarks. Even simple
timeit oneliners can show that. Probably it's because that such
benchmarks usually combine floats and ints, i.e. "2 * smth" instead of
"2.0 * smth".

So it's not about FP-related calculations anymore. It's about ints
having become slower ;-)
History
Date User Action Args
2016-02-04 14:24:48pitrousetrecipients: + pitrou, lemburg, rhettinger, mark.dickinson, vstinner, casevh, serhiy.storchaka, yselivanov, josh.r, zbyrne
2016-02-04 14:24:48pitroulinkissue21955 messages
2016-02-04 14:24:48pitroucreate