aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-02-21 10:52:44 -0500
committerJack Lloyd <[email protected]>2019-02-21 10:52:44 -0500
commitfcef7bd5f78721d83a5ca0f0ec522dd04e446d6a (patch)
treeb233ca4b68f2003e802056becdeecd194ae008e2 /news.rst
parenta66ca068a2456fc6f96d7f020a1d1556eb56ce83 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index c1ac58dde..b7bc94b74 100644
--- a/news.rst
+++ b/news.rst
@@ -14,6 +14,8 @@ Version 2.10.0, Not Yet Released
* Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by
25-35% on common CPUs. (GH #1815)
+* Unroll SHA-3 computation improving performance by 10-12% (GH #1838)
+
* Add a ``Thread_Pool`` class. It is now possible to run the tests in multiple
threads with `--test-threads=N`` flag to select the number of threads to use.
Use ``--test-threads=0`` to run with as many CPU cores as are available on the