ENH: Switching from cachetools.LRUCache to lru-dict's LRU cache.

lru-dict is written in C and seems much more performant.
This commit is contained in:
Jean Bredeche
2016-09-16 11:03:13 -04:00
parent 86c7635b45
commit eb7e1fa580
6 changed files with 19 additions and 18 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ alembic==0.7.7
sortedcontainers==1.4.4
intervaltree==2.1.0
cachetools==1.1.5
# for caching
lru-dict==1.1.4
# For financial risk calculations
empyrical==0.1.11