Use hash of key as priority. Vendor xxhash v0.8.2

This commit is contained in:
2024-05-01 14:17:26 -07:00
parent 72cb7a70bf
commit 11e6278766
5 changed files with 6825 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
add_library(nanobench ${CMAKE_CURRENT_SOURCE_DIR}/nanobench.cpp)
target_include_directories(nanobench
target_include_directories(nanobench SYSTEM
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/nanobench)
add_library(xxhash ${CMAKE_CURRENT_SOURCE_DIR}/xxhash.c)
target_include_directories(xxhash SYSTEM
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/xxhash)