[issue2486] Consider using bytes type instead of str to store Decimal coefficients

Nick Coghlan report at bugs.python.org
Wed Mar 26 03:30:02 CET 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Hmm, I forgot there wasn't currently a direct path back from int ->
bytes. I think your numbers *do* show that we need to do something about
the performance of the Python 3.0 version of decimal. A 25% increase in
runtime is a pretty big performance hit.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2486>
__________________________________


More information about the Python-bugs-list mailing list