Review daterange.GetterIntraday.daterange
for performance
#6
Labels
code improvement
Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc)
TODO
What it says on the tin
daterange.GetterIntraday.daterange
is relatively slow and is called multiple times with each call toprices.base.PricesBase.get
(indeed, an instance ofdaterange.GetterIntraday
is created multiple times).Review method to see if it can be sped up, to include:
exchange_calendar
methods be made with_parse=False
? Would it make much of a difference when all added up?The text was updated successfully, but these errors were encountered: