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 mark.dickinson
Recipients U.W., mark.dickinson, serhiy.storchaka
Date 2020-05-29.10:38:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590748682.67.0.294714949891.issue40793@roundup.psfhosted.org>
In-reply-to
Content
> FYI, printing this 60 Million digit number took about 12 hours on my i7.

That sounds about right: on my machine, it takes around 10 seconds to convert a 1 million-digit number to a string. Multiplying by 60**2 gives 10 hours.

I do have to wonder what you're doing with all those digits now that you have them, though ...
History
Date User Action Args
2020-05-29 10:38:02mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka, U.W.
2020-05-29 10:38:02mark.dickinsonsetmessageid: <1590748682.67.0.294714949891.issue40793@roundup.psfhosted.org>
2020-05-29 10:38:02mark.dickinsonlinkissue40793 messages
2020-05-29 10:38:02mark.dickinsoncreate