Replace pipe by ringtail to improve stdin read performances

This commit is contained in:
Clément Renault
2020-08-21 16:08:32 +02:00
parent ada30c2789
commit ff479c865d
3 changed files with 12 additions and 23 deletions

View File

@ -22,8 +22,8 @@ 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 = "13294cc" }
pipe = "0.3.0"
rayon = "1.3.1"
ringtail = "0.3.0"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "mem-usage" }
slice-group-by = "0.2.6"
smallstr = "0.2.0"