market_prices icon indicating copy to clipboard operation
market_prices copied to clipboard

Review `daterange.GetterIntraday.daterange` for performance

Open maread99 opened this issue 2 years ago • 0 comments

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?

maread99 avatar May 19 '22 10:05 maread99