Skip to content

improve vectorized performance of Astar heuristic computation - #350

Merged
mpadge merged 3 commits into
mainfrom
astar
Jul 14, 2026
Merged

improve vectorized performance of Astar heuristic computation#350
mpadge merged 3 commits into
mainfrom
astar

Conversation

@mpadge

@mpadge mpadge commented Jul 14, 2026

Copy link
Copy Markdown
Member

And also restructure main flows.R file into 3 distinct files

mpadge added 3 commits July 14, 2026 11:17
Should notably increase efficiency, especially for few target verts,
when early-stopping will now mean far fewer heuristic calculations
@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 78.76448% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.62%. Comparing base (5d0ceac) to head (6a39ef5).

Files with missing lines Patch % Lines
R/flows-si.R 56.71% 29 Missing ⚠️
R/flows-utils.R 57.69% 22 Missing ⚠️
R/flows-aggregate.R 96.77% 2 Missing ⚠️
R/flows-disperse.R 98.36% 1 Missing ⚠️
src/run_sp.cpp 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #350      +/-   ##
==========================================
- Coverage   93.63%   93.62%   -0.01%     
==========================================
  Files          52       55       +3     
  Lines        6692     6682      -10     
==========================================
- Hits         6266     6256      -10     
  Misses        426      426              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mpadge
mpadge merged commit bcf1e31 into main Jul 14, 2026
8 of 9 checks passed
@mpadge
mpadge deleted the astar branch July 14, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant