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 | ceaaced4be53b1d33eb0d3cc27f93e6ac587e150 (patch) | |
tree | 4a325554476d6c029c15b6ac4528dbaf94c80339 /Doc | |
parent | eaaf9e924919d046d71403754c15524092a2c3f3 (diff) | |
download | cpython-ceaaced4be53b1d33eb0d3cc27f93e6ac587e150.zip cpython-ceaaced4be53b1d33eb0d3cc27f93e6ac587e150.tar.gz cpython-ceaaced4be53b1d33eb0d3cc27f93e6ac587e150.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 27bf12d..9d8b80d 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 | +---------+-------------+--------------+-------------+ |