On 7/5/23 3:29 PM, Gao Xiang wrote:
>
>
> On 2023/7/5 15:10, Jingbo Xu wrote:
>> Add xxh32 library which could be used by following xattr bloom filter
>> feature.
>>
>> Signed-off-by: Jingbo Xu <[email protected]>
>
> I'd suggest using the original xxhash library instead of copying an
> simplified implementation here since we don't touch the implementation.
>
> https://rpmfind.net/linux/rpm2html/search.php?query=xxhash
Yeah. I think xxhash-devel is available in most distributions. XXH32()
could be used directly here and configure.ac needs to be updated to
reflect the package dependency.
As I'm not quite familiar with autoconf/automake, later in v3 I will
still attach the self-implemented xxh32() in erofs-utils. Maybe later
we could change to use libxxhash directly.
--
Thanks,
Jingbo