Merge pull request #830 from quantopian/equity_caching

Equity caching
This commit is contained in:
Maya Tydykov
2015-11-12 14:01:29 -05:00
4 changed files with 338 additions and 132 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ Bug Fixes
Performance
~~~~~~~~~~~
None
* Speeds up `AssetFinder.lookup_symbol` by adding an extension,
`AssetFinderCachedEquities`, that loads equities into dictionaries and
then directs `lookup_symbol` to these dictionaries to find matching equities
(:issue:`830`).
Maintenance and Refactorings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~