toruseo/UXsim

Speed up `link_analysis_coarse`

EwoutH opened this issue · 3 comments

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

image

@toruseo you can assign me to this issue.

ok, plz try

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

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.

Closing. See #143 (comment) for the reason. Feel free to re-open.