Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review daterange.GetterIntraday.daterange for performance #6

Open
maread99 opened this issue May 19, 2022 · 0 comments
Open

Review daterange.GetterIntraday.daterange for performance #6

maread99 opened this issue May 19, 2022 · 0 comments
Labels
code improvement Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc) TODO What it says on the tin

Comments

@maread99
Copy link
Owner

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 maread99 added code improvement Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc) TODO What it says on the tin labels May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code improvement Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc) TODO What it says on the tin
Projects
None yet
Development

No branches or pull requests

1 participant