]> git.ipfire.org Git - thirdparty/haproxy.git/commit
IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant
authorDragan Dosen <ddosen@haproxy.com>
Tue, 22 Dec 2020 11:00:37 +0000 (12:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 05:39:21 +0000 (06:39 +0100)
commitde37443e649cddd3a31abba56821642e74c531c9
tree3ab7d9f5c5a96df4dc80f57cef7a41639f762716
parent63ee28185430cbf5bdce21f82484f7de70fe4654
IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant

A new XXH3 variant of hash functions shows a noticeable improvement in
performance (especially on small data), and also brings 128-bit support,
better inlining and streaming capabilities.

Performance comparison is available here:

  https://github.com/Cyan4973/xxHash/wiki/Performance-comparison
include/import/xxhash.h
src/xxhash.c