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

Precompile add_turn_edges function? #24

Open
blakerosenthal opened this issue Mar 31, 2021 · 0 comments
Open

Precompile add_turn_edges function? #24

blakerosenthal opened this issue Mar 31, 2021 · 0 comments
Labels
performance question Further information is requested

Comments

@blakerosenthal
Copy link
Contributor

The add_turn_edges func in network.py is a perfomance bottleneck for graph creation, taking well over 30 minutes for the full WFRC dataset due to all the nested for loops. We could speed it up with Cython or a little C++/Rust extension with Python bindings.

@blakerosenthal blakerosenthal added question Further information is requested performance labels Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant