pszufe / OpenStreetMapX.jl

OpenStreetMap (*.osm) support for Julia 1.0 and up
MIT License
118 stars 24 forks source link

Faster creation of weight_matrix #48

Closed blegat closed 2 years ago

blegat commented 2 years ago

setindex! is slow for sparse matrices. Creating it with sparse is much faster.

pszufe commented 2 years ago

of course! thanks!