mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user