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 yselivanov
Recipients Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-08.16:40:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454949624.18.0.226012627795.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
> I ran the mpmath test suite with Python 3.6 and with the fastint6 patch. The overall increase when using Python long type was about 1%. When using gmpy2's mpz type, there was a slowdown of about 2%.

> I will run more tests tonight.

Please try to test fastint5 too (fast paths for long & floats, whereas fastint6 is only focused on longs).
History
Date User Action Args
2016-02-08 16:40:24yselivanovsetrecipients: + yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, skrah, Yury.Selivanov, serhiy.storchaka, josh.r, zbyrne
2016-02-08 16:40:24yselivanovsetmessageid: <1454949624.18.0.226012627795.issue21955@psf.upfronthosting.co.za>
2016-02-08 16:40:24yselivanovlinkissue21955 messages
2016-02-08 16:40:24yselivanovcreate