diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-04-09 18:31:15 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-04-09 18:31:15 (GMT) |
commit | 0c0914edb0fba3e31d6ad3aa70ef1822c21782f6 (patch) | |
tree | 89198dc306dc491d7f9abf83b23756c704dd1b59 /Misc | |
parent | dd159ce606aee54f313d3d6c44248af743230d30 (diff) | |
download | cpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.zip cpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.tar.gz cpython-0c0914edb0fba3e31d6ad3aa70ef1822c21782f6.tar.bz2 |
_decimal is now 100x faster than the Python version in the pi benchmark.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ Library - Issue #7652: Integrate the decimal floating point libmpdec library to speed up the decimal module. Performance gains of the new C implementation are - between 12x and 80x, depending on the application. + between 10x and 100x, depending on the application. - Issue #3573: IDLE hangs when passing invalid command line args (directory(ies) instead of file(s)) (Patch by Guilherme Polo) |