jkibele / pyriv

Python library for analysis of minimum aquatic distance across rivers and coasts. It's like Google Maps for anadromous fish.
MIT License
1 stars 1 forks source link

parallelize graph copying (deep) #13

Open hwright-ucsb opened 6 years ago

hwright-ucsb commented 6 years ago

nx's is too slow for regular usage. whenever you mutate a graph you should copy it and mutate the copy. this is very, very costly.