Week 3 Lab - Using Concurrency for Shortest_Path

When I try to implement concurrency in the function Shortest_path() I get substantially worse performance than when concurrency is not used.

Have others observed this as well?

Is this an issue with the environment or my implementation?

Thanks,
John

OK - it turns out we cannot use any type of concurrency in our solutions, since the library modules we are allow to use does not support this…so, nevermind!

2 Likes