asc-community / GenericTensor

The only library allowing to create Tensors (matrices extension) with custom types
https://angouri.org/#generictensor
MIT License
50 stars 5 forks source link

Adding `ForEach` #37

Closed WhiteBlackGoose closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (eb8dd3a) into master (6e906f6) will increase coverage by 0.60%. The diff coverage is 98.27%.

:exclamation: Current head eb8dd3a differs from pull request most recent head eacf463. Consider uploading reports for the commit eacf463 to get more accurate results

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   81.69%   82.29%   +0.60%     
==========================================
  Files          28       28              
  Lines        1442     1497      +55     
  Branches      291      308      +17     
==========================================
+ Hits         1178     1232      +54     
  Misses        183      183              
- Partials       81       82       +1     
Impacted Files Coverage Δ
GenericTensor/Core/Tensor/GenTensor.Iterate.cs 85.71% <98.03%> (+9.24%) :arrow_up:
GenericTensor/Functions/Composition.cs 86.04% <100.00%> (+1.43%) :arrow_up:

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 6e906f6...eacf463. Read the comment docs.

WhiteBlackGoose commented 2 years ago

Boosted the iteration perf 2x-3x.