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

Automate finding O(n^2) opertions #557

Open
MicahGale opened this issue Sep 30, 2024 · 0 comments
Open

Automate finding O(n^2) opertions #557

MicahGale opened this issue Sep 30, 2024 · 0 comments
Labels
feature request An issue that improves the user interface. performance 🐌 Issues related to speed and memory

Comments

@MicahGale
Copy link
Collaborator

Internal to INL (through ICSBEP) we have > 1,000 models of varying lengths, and profiling data for each time these are read. It would be good to automate a regression for each function for number of calls versus number of lines. The order of this regression will show if a function is being called in O(N^2) time.

@MicahGale MicahGale added feature request An issue that improves the user interface. performance 🐌 Issues related to speed and memory labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request An issue that improves the user interface. performance 🐌 Issues related to speed and memory
Projects
None yet
Development

No branches or pull requests

1 participant