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 serhiy.storchaka
Recipients mark.dickinson, pitrou, scoder, serhiy.storchaka, wolma
Date 2014-09-25.12:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411647657.67.0.706970180547.issue22486@psf.upfronthosting.co.za>
In-reply-to
Content
Here is updated Mark's patch from issue1682. It is ported to 3.5, slightly simplified and optimized (I did not touched the main algorithm still), utilized in the fractions module, added tests and documentation.

It speeds up Stefan's fractions benchmark about 20%.
History
Date User Action Args
2014-09-25 12:20:57serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, scoder, wolma
2014-09-25 12:20:57serhiy.storchakasetmessageid: <1411647657.67.0.706970180547.issue22486@psf.upfronthosting.co.za>
2014-09-25 12:20:57serhiy.storchakalinkissue22486 messages
2014-09-25 12:20:57serhiy.storchakacreate