perf(db): introduce environment-level cache for metric handles (#6550)

This commit is contained in:
Seva Zhidkov
2024-02-12 12:13:57 +00:00
committed by GitHub
parent 3c1f3ac4ec
commit 43b795163c
7 changed files with 99 additions and 40 deletions

View File

@ -38,11 +38,14 @@ parking_lot.workspace = true
derive_more.workspace = true
eyre.workspace = true
paste = "1.0"
dashmap = "5.5.3"
rustc-hash = "1.1.0"
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }
proptest = { workspace = true, optional = true }
proptest-derive = { workspace = true, optional = true }
strum = { workspace = true, features = ["derive"] }
once_cell.workspace = true
[dev-dependencies]