More efficiently merge MTBLs, more than two at a time

This commit is contained in:
Kerollmops
2020-06-04 16:17:24 +02:00
parent 1df1f88fe1
commit 3a23dc242e
3 changed files with 19 additions and 17 deletions

View File

@ -18,7 +18,7 @@ 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 = "8918476" }
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "6acef3d" }
rayon = "1.3.0"
roaring = "0.5.2"
slice-group-by = "0.2.6"