documented the new mulx-based mixing algorithm

This commit is contained in:
joaquintides
2023-02-08 20:07:23 +01:00
parent a74962bc3c
commit 14d80725eb
2 changed files with 11 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
* Extended heterogeneous lookup to more member functions as specified in
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2363r3.html[P2363].
* Replaced the previous post-mixing process for open-addressing containers with
a new algorithm based on extended multiplication by a constant.
== Release 1.81.0 - Major update