Use sled to count the write insertions

This commit is contained in:
Clément Renault
2024-07-20 11:16:57 +02:00
parent 2603d8d0d0
commit f355cf6985
15 changed files with 106 additions and 72 deletions

View File

@@ -67,7 +67,7 @@ filter-parser = { path = "../filter-parser" }
# documents words self-join
itertools = "0.13.0"
redis = "0.25.4"
sled = "0.34.7"
csv = "1.3.0"
candle-core = { version = "0.6.0" }