commit | 967e7e79af0654e094d0bb6f6b8ceb1fa36dffa2 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Tue Dec 22 13:22:34 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 06:39:21 2020 +0100 |
tree | f63ae7ee42df01567674a425851d47e53781a9e5 | |
parent | de37443e649cddd3a31abba56821642e74c531c9 [diff] |
MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes Replace the XXH64() function calls with the XXH3 variant function XXH3_64bits_withSeed() where possible.