diff options
| author | Tyge Løvset <[email protected]> | 2022-09-21 11:44:24 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-09-21 11:44:24 +0200 |
| commit | a1d6c85b72027c9cd09d6bf0b1e0f7c3942e4aee (patch) | |
| tree | 973005252d207952bf4fabd46222dcfe381299fe /benchmarks | |
| parent | 6d7873be4a9031ceffef3182ca8cdfa80197c8b0 (diff) | |
| download | STC-modified-a1d6c85b72027c9cd09d6bf0b1e0f7c3942e4aee.tar.gz STC-modified-a1d6c85b72027c9cd09d6bf0b1e0f7c3942e4aee.zip | |
Added c_forfilter() macro(s) - easy filtering of elements.
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/shootout_hashmaps.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/shootout_hashmaps.cpp b/benchmarks/shootout_hashmaps.cpp index ec3852f1..334eff64 100644 --- a/benchmarks/shootout_hashmaps.cpp +++ b/benchmarks/shootout_hashmaps.cpp @@ -35,7 +35,6 @@ KHASH_MAP_INIT_INT64(ii, IValue) #define i_key IKey #define i_val IValue #define i_size uint32_t // optional, enables 2x expand -#define i_hash(x) (*x * 0xc6a4a7935bd1e99d) // optional #define i_tag ii #include <stc/cmap.h> |
