Support xxhash 32-bit checksums (data_csum_type=xxh3_32)

This commit is contained in:
Vitaliy Filippov
2026-03-20 20:58:57 +03:00
parent 3ed7a0bc5e
commit 3aa307f034
19 changed files with 7672 additions and 48 deletions
+1
View File
@@ -41,6 +41,7 @@ add_executable(test_heap
../blockstore/multilist.cpp
../blockstore/blockstore_heap.cpp
../util/crc32c.c
../util/xxhash.c
../util/allocator.cpp
../blockstore/blockstore_disk.cpp
../util/str_util.cpp