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, serhiy.storchaka
Date 2018-12-26.16:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545840076.3.0.739726724443.issue35588@roundup.psfhosted.org>
In-reply-to
Content
Sure, I can add tests, but I wonder what kind of regression you expect. The algorithm is still the same as before, it's just implemented more efficiently. It does trade a bit of memory for the speed, though, since there is no longer an intermediate normalisation step, and therefore the integers can get larger during the calculation. Shouldn't make a big difference in practice, though. We are talking about bytes, not megabytes here.
History
Date User Action Args
2018-12-26 16:01:18scodersetrecipients: + scoder, mark.dickinson, serhiy.storchaka
2018-12-26 16:01:16scodersetmessageid: <1545840076.3.0.739726724443.issue35588@roundup.psfhosted.org>
2018-12-26 16:01:16scoderlinkissue35588 messages
2018-12-26 16:01:16scodercreate