[issue3451] Asymptotically faster divmod and str(long)

Pernici Mario report at bugs.python.org
Tue Mar 31 00:59:15 CEST 2009


Pernici Mario <pernici at users.sourceforge.net> added the comment:

In this patch there is an implementation of the algorithm to convert
numbers in strings by recursively splitting the number in half, adapted
from Fredrik's div.py

----------
Added file: http://bugs.python.org/file13496/longformat.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3451>
_______________________________________


More information about the Python-bugs-list mailing list