diff options
| author | Tyge Løvset <[email protected]> | 2023-04-14 16:50:52 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-04-14 16:50:52 +0200 |
| commit | 462adebf55c77697fbb379a62941c00b876c3f6a (patch) | |
| tree | 737a2c5cdc6bd69f6e739ae666d8e8a44e62b33c /misc/benchmarks/shootout_hashmaps.cpp | |
| parent | 0516aa3ae823ed9a22b2c5f776948c8447c32c31 (diff) | |
| download | STC-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.cpp | 2 |
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> |
