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 skrah
Recipients BTaskaya, mark.dickinson, skrah, tim.peters, veky
Date 2020-02-07.15:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581088768.15.0.450402163057.issue39576@roundup.psfhosted.org>
In-reply-to
Content
With _pydecimal the memory also grows very slowly (I didn't have the patience 
to wait for MemoryError).

I'm pretty sure decNumber also does the same, it's just easier to implement 
and does not slow down division for small numbers.

libmpdec always favors precisions from roughly 9-34 digits whenever 
there's a potential performance issue.

The only thing I could imagine is to special-case, say, prec > 10000.
History
Date User Action Args
2020-02-07 15:19:28skrahsetrecipients: + skrah, tim.peters, mark.dickinson, veky, BTaskaya
2020-02-07 15:19:28skrahsetmessageid: <1581088768.15.0.450402163057.issue39576@roundup.psfhosted.org>
2020-02-07 15:19:28skrahlinkissue39576 messages
2020-02-07 15:19:28skrahcreate