feat: add on disk blob pool (#5389)

Co-authored-by: DoTheBestToGetTheBest <146037313+DoTheBestToGetTheBest@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Matthias Seitz
2023-11-14 20:08:38 +01:00
committed by GitHub
parent d21e346c04
commit 100b6b850a
9 changed files with 518 additions and 39 deletions

View File

@ -39,6 +39,7 @@ metrics.workspace = true
aquamarine.workspace = true
thiserror.workspace = true
tracing.workspace = true
schnellru.workspace = true
serde = { workspace = true, features = ["derive", "rc"], optional = true }
fnv = "1.0.7"
bitflags.workspace = true
@ -57,6 +58,7 @@ rand = "0.8"
proptest.workspace = true
criterion = "0.5"
assert_matches.workspace = true
tempfile.workspace = true
[features]
default = ["serde"]