]> git.ipfire.org Git - thirdparty/haproxy.git/commit
IMPORT: hash: import xxhash-r39
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Apr 2015 09:59:40 +0000 (11:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Apr 2015 17:15:21 +0000 (19:15 +0200)
commitb5684e00811fe3121a86ab3bbdae64c205968ae1
tree35b7d7af2f611b61b2873552c45dff3636e44d45
parent69c696c138e3a620df900adbf530f437fe5b1548
IMPORT: hash: import xxhash-r39

The xxhash library provides a very fast and excellent hash algorithm
suitable for many purposes. It excels at hashing large blocks but is
also extremely fast on small ones. It's distributed under a 2-clause
BSD license (GPL-compatible) so it can be included here. Updates are
distributed here :

      https://github.com/Cyan4973/xxHash
Makefile
include/import/xxhash.h [new file with mode: 0644]
src/xxhash.c [new file with mode: 0644]