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

Parallelize multi-path Pathfinder with multi-threading #11

Closed
wants to merge 12 commits into from
Closed

Conversation

sethaxen
Copy link
Member

A single run of single-path Pathfinder is run to determine the return types. All remaining runs are executed in parallel with multi-threading.

@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #11 (b02793b) into main (93691b4) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   98.65%   98.72%   +0.06%     
==========================================
  Files           8        8              
  Lines         223      235      +12     
==========================================
+ Hits          220      232      +12     
  Misses          3        3              
Impacted Files Coverage Δ
src/multipath.jl 96.55% <100.00%> (+2.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93691b4...b02793b. Read the comment docs.

@sethaxen sethaxen mentioned this pull request Apr 24, 2022
@sethaxen sethaxen closed this Apr 26, 2022
@sethaxen sethaxen deleted the threads branch April 26, 2022 21:54
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