-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization ( Partial ) #201
Conversation
converted std::list to std::deque for edgeSet and nodeSet
Enhanced getAdjMatrix function
Converted to a lambda function
CodeSee Review Map:Review in an interactive map View more CodeSee Maps Legend |
Codecov Report
@@ Coverage Diff @@
## master #201 +/- ##
==========================================
- Coverage 97.93% 97.77% -0.16%
==========================================
Files 45 45
Lines 5223 5213 -10
==========================================
- Hits 5115 5097 -18
- Misses 108 116 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Some Optimization that give an average 10X speed-up in graph algorithms