perf(tree): add cross-block caching (#13769)

Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
This commit is contained in:
Dan Cline
2025-02-06 12:38:03 -05:00
committed by GitHub
parent 98266f87da
commit c9169705e2
5 changed files with 515 additions and 31 deletions

View File

@ -516,7 +516,7 @@ tracing-appender = "0.2"
url = { version = "2.3", default-features = false }
zstd = "0.13"
byteorder = "1"
moka = "0.12"
mini-moka = "0.10"
# metrics
metrics = "0.24.0"