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 serhiy.storchaka
Recipients minipython, serhiy.storchaka, steven.daprano
Date 2020-12-29.14:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609252898.86.0.619231599436.issue42779@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-29 14:41:38serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, minipython
2020-12-29 14:41:38serhiy.storchakasetmessageid: <1609252898.86.0.619231599436.issue42779@roundup.psfhosted.org>
2020-12-29 14:41:38serhiy.storchakalinkissue42779 messages
2020-12-29 14:41:38serhiy.storchakacreate