daterange.GetterIntraday.daterange is relatively slow and is called multiple times with each call to prices.base.PricesBase.get (indeed, an instance of daterange.GetterIntraday is created multiple times).
Review method to see if it can be sped up, to include:
- can calls to
exchange_calendar methods be made with _parse=False? Would it make much of a difference when all added up?
daterange.GetterIntraday.daterangeis relatively slow and is called multiple times with each call toprices.base.PricesBase.get(indeed, an instance ofdaterange.GetterIntradayis created multiple times).Review method to see if it can be sped up, to include:
exchange_calendarmethods be made with_parse=False? Would it make much of a difference when all added up?