From a1d6c85b72027c9cd09d6bf0b1e0f7c3942e4aee Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 21 Sep 2022 11:44:24 +0200 Subject: Added c_forfilter() macro(s) - easy filtering of elements. --- benchmarks/shootout_hashmaps.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'benchmarks/shootout_hashmaps.cpp') 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 -- cgit v1.2.3