Index by writing directly into LMDB

This commit is contained in:
Kerollmops
2020-06-29 13:54:47 +02:00
parent 8453828a65
commit 5f0088594b
4 changed files with 59 additions and 405 deletions

View File

@ -18,8 +18,6 @@ jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
memmap = "0.7.0"
once_cell = "1.4.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "9451be8" }
rayon = "1.3.0"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "deserialize-from-slice" }
slice-group-by = "0.2.6"
smallstr = "0.2.0"