mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Fix issue #158 - imperfect hash for tuple of small integers
This commit is contained in:
Vendored
+1
@@ -145,6 +145,7 @@ if (PHMAP_BUILD_EXAMPLES)
|
||||
target_include_directories(ex_serialize PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../cereal/include>)
|
||||
add_executable(ex_hash_std examples/hash_std.cc phmap.natvis)
|
||||
add_executable(ex_hash_value examples/hash_value.cc phmap.natvis)
|
||||
add_executable(ex_hash examples/hash.cc phmap.natvis)
|
||||
add_executable(ex_two_files examples/f1.cc examples/f2.cc phmap.natvis)
|
||||
add_executable(ex_insert_bench examples/insert_bench.cc phmap.natvis)
|
||||
add_executable(ex_knucleotide examples/knucleotide.cc phmap.natvis)
|
||||
|
||||
Reference in New Issue
Block a user