Skip to content
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

Caching Adjacency Matrix for faster edge lookup #344

Merged
merged 11 commits into from
Sep 25, 2023

renaming function, adding spaces

d3815b9
Select commit
Loading
Failed to load commit list.
Merged

Caching Adjacency Matrix for faster edge lookup #344

renaming function, adding spaces
d3815b9
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 24, 2023 in 0s

97.41% (+0.09%) compared to 43e3830

View this Pull Request on Codecov

97.41% (+0.09%) compared to 43e3830

Details

Codecov Report

Merging #344 (d3815b9) into master (43e3830) will increase coverage by 0.09%.
The diff coverage is 92.55%.

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
+ Coverage   97.31%   97.41%   +0.09%     
==========================================
  Files          55       55              
  Lines        8455     8539      +84     
==========================================
+ Hits         8228     8318      +90     
+ Misses        227      221       -6     
Files Changed Coverage Δ
include/Graph/Graph.hpp 95.36% <88.70%> (+0.49%) ⬆️
test/GraphTest.cpp 99.82% <100.00%> (+0.01%) ⬆️

... and 1 file with indirect coverage changes