summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/shootout_hashmaps.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-04-14 16:50:52 +0200
committerTyge Løvset <[email protected]>2023-04-14 16:50:52 +0200
commit462adebf55c77697fbb379a62941c00b876c3f6a (patch)
tree737a2c5cdc6bd69f6e739ae666d8e8a44e62b33c /misc/benchmarks/shootout_hashmaps.cpp
parent0516aa3ae823ed9a22b2c5f776948c8447c32c31 (diff)
downloadSTC-modified-462adebf55c77697fbb379a62941c00b876c3f6a.tar.gz
STC-modified-462adebf55c77697fbb379a62941c00b876c3f6a.zip
tuning of hash function. Adjusted benchmark balance.
Diffstat (limited to 'misc/benchmarks/shootout_hashmaps.cpp')
-rw-r--r--misc/benchmarks/shootout_hashmaps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/benchmarks/shootout_hashmaps.cpp b/misc/benchmarks/shootout_hashmaps.cpp
index bae9a42b..debff31d 100644
--- a/misc/benchmarks/shootout_hashmaps.cpp
+++ b/misc/benchmarks/shootout_hashmaps.cpp
@@ -35,7 +35,7 @@ KHASH_MAP_INIT_INT64(ii, IValue)
// cmap template expansion
#define i_key IKey
#define i_val IValue
-#define i_ssize int32_t // enable 2^K buckets like the rest.
+//#define i_ssize int32_t // enable 2^K buckets like the rest.
#define i_tag ii
#define i_max_load_factor MAX_LOAD_FACTOR / 100.0f
#include <stc/cmap.h>