Introduce a new custom Lru

This commit is contained in:
Clément Renault
2024-09-25 14:49:03 +02:00
parent 3f7a500f3b
commit 759b9b1546
4 changed files with 238 additions and 5 deletions

View File

@ -89,6 +89,7 @@ tracing = "0.1.40"
ureq = { version = "2.10.0", features = ["json"] }
url = "2.5.2"
rayon-par-bridge = "0.1.0"
hashbrown = "0.14.5"
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }