shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

mapcompute/mapexec #11

Closed shashi closed 4 years ago

shashi commented 4 years ago

Given a collection with a map function which applies a function in a specific order, go through the collection and compute all thunks in parallel. Once done, replace the thunks with the result again using map.

codecov-commenter commented 4 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.72%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   84.00%   83.27%   -0.73%     
==========================================
  Files           6        6              
  Lines         300      305       +5     
==========================================
+ Hits          252      254       +2     
- Misses         48       51       +3     
Impacted Files Coverage Δ
src/parallelism.jl 80.00% <75.00%> (-10.00%) :arrow_down:

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 821f4a0...68a8d35. Read the comment docs.