Stefan Behnel <stefan...@behnel.de> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35588>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to