openmole / spatialdata

GNU Affero General Public License v3.0
1 stars 1 forks source link

[Enh] Network algorithm performance #17

Closed JusteRaimbault closed 4 years ago

JusteRaimbault commented 4 years ago

Test other graph algorithm libraries (jgraphT, jung, guava) and see if performance is significantly affected

JusteRaimbault commented 4 years ago

jgraphT is better than scala-graph and ad-hoc implementation (see d71f27814 ) - drop scala-graph anyway (also avoids having issues again with publishing an alternative version where collection modification are in scalax and not base package - would have been a mess when migrating to 2.13)