From 5fc6c839a1e1f970a4786f4adb58f410a2108582 Mon Sep 17 00:00:00 2001 From: JestDotty Date: Sat, 4 Oct 2025 10:03:15 -0400 Subject: [PATCH] notes --- jest_rust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest_rust/README.md b/jest_rust/README.md index 21af281..978cc70 100644 --- a/jest_rust/README.md +++ b/jest_rust/README.md @@ -20,6 +20,8 @@ for_loops_forbidden_only: `987ms` trie creation and stats accumulation take 0ms +FxHashMap faster than BTreeMap + ## compile options benchmarks `lto` thin, fat doesn't change much