From 78cb61301df13fee995d3afd1bd1d8d63310d819 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sun, 17 Jul 2022 01:48:22 +0200 Subject: Tuned benchmark shootout_hashmaps.cpp and updated two external c++ hash tables to newest. Updated benchmarks/build_all.sh --- examples/new_pque.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'examples') diff --git a/examples/new_pque.c b/examples/new_pque.c index 1f968f4c..b6226582 100644 --- a/examples/new_pque.c +++ b/examples/new_pque.c @@ -1,15 +1,7 @@ -#include - -forward_cpque(cpque_pnt, struct Point); - -struct MyStruct { - cpque_pnt priority_queue; - int id; -}; +#include #define i_val int #include - #define i_val int #include @@ -22,11 +14,9 @@ int Point_cmp(const Point* a, const Point* b) { #define i_val Point #define i_cmp Point_cmp -#define i_opt c_is_fwd #define i_tag pnt #include -#include int main() { -- cgit v1.2.3