Introduce a (too big) LRU cache

This commit is contained in:
Kerollmops
2020-06-29 18:15:03 +02:00
parent 5f0088594b
commit 07abebfc46
3 changed files with 92 additions and 11 deletions

View File

@ -16,6 +16,7 @@ fxhash = "0.2.1"
heed = { version = "0.8.0", default-features = false, features = ["lmdb"] }
jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
lru = "0.5.2"
memmap = "0.7.0"
once_cell = "1.4.0"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "deserialize-from-slice" }