Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The computational complexity of algorithm used to convert integer to decimals 
is proportional to the cube of the size of the number. It is known issue. There 
are better algorithms (perhaps gmpy2 uses them), but they benefit only 
extremely large numbers, for which exact decimal form is not very useful.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to