Use a real LruCache instead of a VecDeque.

This commit is contained in:
John Gallagher
2016-05-17 12:26:17 -05:00
parent 20b93bdb96
commit d923d8c670
3 changed files with 15 additions and 22 deletions

View File

@@ -22,6 +22,7 @@ trace = []
[dependencies]
time = "~0.1.0"
bitflags = "0.7"
lru-cache = "0.0.7"
libc = "~0.2"
clippy = {version = "~0.0.58", optional = true}
chrono = { version = "~0.2", optional = true }