Initial integration

This commit is contained in:
mio
2025-01-19 22:32:24 +08:00
parent 635cd7374e
commit 1c9925c7d7
21 changed files with 512 additions and 42 deletions

View File

@ -33,6 +33,8 @@
u32 hash32(u8 *key, u32 len, u32 seed);
u64 hash64(u8 *key, u32 len, u64 seed);
u32 hash32_xxh32(u8 *key, u32 len, u32 seed);
#if 0
The following code is disabled because xxh3 is 30% faster