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 --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 78e7f44..3be2f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,8 @@ *.d *.json .cache/ -/cm-demo -/cm-bench +.venv/ +venv/ +__pycache__/ +*.pyc +*.pyo \ No newline at end of file -- cgit v1.2.3