Replace the LRU by an Arc cache

This commit is contained in:
Kerollmops
2020-06-29 19:48:02 +02:00
parent 07abebfc46
commit f98b615bf3
5 changed files with 307 additions and 78 deletions

View File

@ -16,7 +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"
linked-hash-map = "0.5.3"
memmap = "0.7.0"
once_cell = "1.4.0"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "deserialize-from-slice" }