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 pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-06.02:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454725492.08.0.730272440248.issue26288@psf.upfronthosting.co.za>
In-reply-to
Content
Nice enhancement.

/* Fast path; single digit will always fit decimal.
   This improves performance of FP/long operations by at
   least 20%. This is even visible on macro-benchmarks.
*/

I'm not sure that "spectral_norm" can be qualified as macro-benchmark. It's more a microbenchmark on numerics, no? I'm just nitpicking, your patch is fine ;-)
History
Date User Action Args
2016-02-06 02:24:52vstinnersetrecipients: + vstinner, pitrou, python-dev, serhiy.storchaka, yselivanov
2016-02-06 02:24:52vstinnersetmessageid: <1454725492.08.0.730272440248.issue26288@psf.upfronthosting.co.za>
2016-02-06 02:24:52vstinnerlinkissue26288 messages
2016-02-06 02:24:51vstinnercreate