erofs-utils: use external xxhash library if possible
authorGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 20 Dec 2024 14:41:39 +0000 (22:41 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 20 Dec 2024 14:46:01 +0000 (22:46 +0800)
commitc9afb1acf8049eb2de7f869ed13dd077e742a20b
tree4270ab6c207256533594dfde53fa98d65621d65b
parent8d6c5d48615e23cd47cf9eb793904aedbb93ff4e
erofs-utils: use external xxhash library if possible

It's expected to be faster than the internal one.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20241220144139.648210-1-hsiangkao@linux.alibaba.com
configure.ac
dump/Makefile.am
fsck/Makefile.am
fuse/Makefile.am
lib/Makefile.am
lib/dedupe.c
lib/liberofs_xxhash.h [new file with mode: 0644]
lib/xattr.c
lib/xxhash.c
lib/xxhash.h [deleted file]
mkfs/Makefile.am