diff options
author | Jack Lloyd <[email protected]> | 2019-02-21 10:52:44 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-02-21 10:52:44 -0500 |
commit | fcef7bd5f78721d83a5ca0f0ec522dd04e446d6a (patch) | |
tree | b233ca4b68f2003e802056becdeecd194ae008e2 /news.rst | |
parent | a66ca068a2456fc6f96d7f020a1d1556eb56ce83 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |