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

Profile OSACA to find out what parts are slow and where we have to change code for performance improvements #94

Open
JanLJL opened this issue Aug 1, 2023 · 0 comments

Comments

@JanLJL
Copy link
Collaborator

JanLJL commented Aug 1, 2023

I guess the functions slowing us down the most are either

  • DB initialization (from YAML)
  • Loading of cached DB (pickle)
  • DB lookup for each instruction
  • Dependency search in DiGraph

We need to profile this before making too much effort in optimizing any of those parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant