aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-04-13 10:23:24 +0200
committerFabrice <fabrice@schaub-dev.xyz>2026-04-13 11:31:27 +0200
commit57da910f0f257f47b7d07739b231da1d502a4096 (patch)
treeda5237bec411be2ecda0867556c0b544e2d4bc89 /.gitmodules
parent86da0af02dde3fa4600071593a73b1b9a267fb9a (diff)
benchmarks
adding unordered_map vs. cheesemap bench adds tidwall's hashmap adds abseil bench plotting the results
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
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