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 code to optimize performance #40

Open
muelleram opened this issue Apr 16, 2024 · 2 comments
Open

Profile code to optimize performance #40

muelleram opened this issue Apr 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@muelleram
Copy link
Collaborator

use a profiler (https://marketplace.visualstudio.com/items?itemName=p403n1x87.austin-vscode#:~:text=To%20profile%20a%20Python%20script,button%20to%20select%20the%20file. or similar) to investigate the performance of our code and find the sections that use time-consuming operations, which could be improved

@muelleram muelleram added the enhancement New feature or request label Apr 16, 2024
@jakobsarthur
Copy link
Collaborator

ALso test for bigger foreground systems and potentially more background db's.

@TimoDiepers
Copy link
Member

(mostly) done for .lci(), not yet for dynamic_lcia(). For the latter, pre-calculate decay curve values per ghg instead of individually calculating everything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants