perf(db): reduce different repeated allocations (#2103)

This commit is contained in:
joshieDo
2023-04-13 23:33:53 +08:00
committed by GitHub
parent 2f003bf8ae
commit 019ddd1edc
32 changed files with 358 additions and 181 deletions

View File

@ -37,6 +37,7 @@ bytes = "1.4"
page_size = "0.4.2"
thiserror = "1.0.37"
tempfile = { version = "3.3.0", optional = true }
parking_lot = "0.12"
# arbitrary utils
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }