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 scoder
Recipients mark.dickinson, scoder
Date 2014-09-22.07:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411372567.27.0.542888380568.issue22458@psf.upfronthosting.co.za>
In-reply-to
Content
I just thought that it might also be nice to have a direct comparison with Decimal, so here's an updated benchmark that has an option "--use-decimal" to run the same code with Decimal instead of Fraction.

Decimal is about 66x faster with Py3.4 on my side (due to the C implementation).
History
Date User Action Args
2014-09-22 07:56:07scodersetrecipients: + scoder, mark.dickinson
2014-09-22 07:56:07scodersetmessageid: <1411372567.27.0.542888380568.issue22458@psf.upfronthosting.co.za>
2014-09-22 07:56:07scoderlinkissue22458 messages
2014-09-22 07:56:07scodercreate