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 josh.r
Recipients David MacIver, bar.harel, benjamin.peterson, josh.r, mark.dickinson, steven.daprano
Date 2015-10-20.02:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445307521.46.0.757584771512.issue25177@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have any benchmarks on the before and after? I strongly suspect that moving from float to Fraction-based ratios is going to kill performance in the common case, particularly for longer input sequences, but that's a hunch only.
History
Date User Action Args
2015-10-20 02:18:41josh.rsetrecipients: + josh.r, mark.dickinson, benjamin.peterson, steven.daprano, David MacIver, bar.harel
2015-10-20 02:18:41josh.rsetmessageid: <1445307521.46.0.757584771512.issue25177@psf.upfronthosting.co.za>
2015-10-20 02:18:41josh.rlinkissue25177 messages
2015-10-20 02:18:40josh.rcreate