diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-09-01 12:21:22 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-09-01 12:21:22 (GMT) |
commit | a10e2fbe0bb820d2c893653b4e42b10cb7d5eb27 (patch) | |
tree | 8e0f5fb5fd74d60ef8385f6a34207e41084cd5a9 /Doc | |
parent | 6f858a2eea0918af92673be6ed784f9fbe94134d (diff) | |
download | cpython-a10e2fbe0bb820d2c893653b4e42b10cb7d5eb27.zip cpython-a10e2fbe0bb820d2c893653b4e42b10cb7d5eb27.tar.gz cpython-a10e2fbe0bb820d2c893653b4e42b10cb7d5eb27.tar.bz2 |
Compile _decimal without asserts and update benchmark results.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index e019ea7..7de0256 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1119,7 +1119,7 @@ at http://www.bytereef.org/mpdecimal/quickstart.html. +---------+-------------+--------------+-------------+ | | decimal.py | _decimal | speedup | +=========+=============+==============+=============+ - | pi | 38.89s | 0.38s | 100x | + | pi | 42.02 | 0.345 | 120x | +---------+-------------+--------------+-------------+ | telco | 172.19s | 5.68s | 30x | +---------+-------------+--------------+-------------+ |