Skip to content

Draft: parallelize several GetShortestPath loops

Louison Fresnais requested to merge ParallelShortestPath into develop

Decreasing shortest path running time by implementing parallelstream loops in :

  • getShortestPathsUnionList
  • getMetricClosureGraph
  • getAllShortestPaths
Edited by Louison Fresnais

Merge request reports