Introduce the compressed obkv readers and writers

This commit is contained in:
Clément Renault
2024-07-01 16:38:52 +02:00
parent 2099b4f0dd
commit 2f0567fad1
4 changed files with 72 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ heed = { version = "0.20.3", default-features = false, features = [
indexmap = { version = "2.2.6", features = ["serde"] }
json-depth-checker = { path = "../json-depth-checker" }
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }
lz4_flex = "0.11.3"
memmap2 = "0.9.4"
obkv = "0.2.2"
once_cell = "1.19.0"