feat: replace thread-local LazyCell with static LazyLock and add fxhash-backed trie children for 24% speedup

This commit is contained in:
JestDotty
2025-03-24 04:20:15 +00:00
parent 40cb4f8cff
commit 62310e09a5
4 changed files with 59 additions and 62 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
fxhash = "0.2.1"
tokio = { version = "1.44.1", features = ["full"] }
[profile.release]