improve database memory usage

This commit is contained in:
2025-06-16 17:41:09 +02:00
parent 34818ce050
commit 2931cf2927
5 changed files with 67 additions and 24 deletions

View File

@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
bytes = "1.10.1"
byteyarn = "0.5.1"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["full"] }