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

@ -29,7 +29,7 @@ trust-dns-resolver = "0.23"
data-encoding = "2"
async-trait.workspace = true
linked_hash_set = "0.1"
schnellru = "0.2"
schnellru.workspace = true
thiserror.workspace = true
tracing.workspace = true
parking_lot.workspace = true