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

Speed up link_analysis_coarse #129

Open
EwoutH opened this issue Sep 13, 2024 · 2 comments
Open

Speed up link_analysis_coarse #129

EwoutH opened this issue Sep 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@EwoutH
Copy link
Contributor

EwoutH commented Sep 13, 2024

Speed up link_analysis_coarse, since it takes up the majority of runtime.

image

@toruseo you can assign me to this issue.

@toruseo
Copy link
Owner

toruseo commented Sep 16, 2024

ok, plz try

but it is a single for-loop. Is there much room for improvement?

@EwoutH
Copy link
Contributor Author

EwoutH commented Sep 16, 2024

Vectorization can help in many cases.

But now that we only run it once #130 instead of multiple times another approaches, this is less high priority.

@toruseo toruseo added the enhancement New feature or request label Sep 16, 2024
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

2 participants