From 57da910f0f257f47b7d07739b231da1d502a4096 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 13 Apr 2026 10:23:24 +0200 Subject: benchmarks adding unordered_map vs. cheesemap bench adds tidwall's hashmap adds abseil bench plotting the results --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e92c15b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "benches/gbench"] + path = benches/gbench + url = https://github.com/google/benchmark.git +[submodule "benches/tidwall"] + path = benches/tidwall + url = https://github.com/tidwall/hashmap.c.git +[submodule "benches/abseil"] + path = benches/abseil + url = https://github.com/abseil/abseil-cpp.git -- cgit v1.2.3