computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 8 forks source link

Refactoring, tidying up codebase #81

Closed computablee closed 11 months ago

computablee commented 11 months ago

This PR should hopefully address some messiness with the current codebase, including removing a few unused fields/properties.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (a5fa6ac) 82.31% compared to head (7b6055e) 85.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== + Coverage 82.31% 85.09% +2.77% ========================================== Files 11 11 Lines 854 805 -49 Branches 93 85 -8 ========================================== - Hits 703 685 -18 + Misses 120 96 -24 + Partials 31 24 -7 ``` | [Files](https://app.codecov.io/gh/computablee/DotMP/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane) | Coverage Δ | | |---|---|---| | [DotMP/Init.cs](https://app.codecov.io/gh/computablee/DotMP/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane#diff-RG90TVAvSW5pdC5jcw==) | `82.10% <100.00%> (+9.46%)` | :arrow_up: | | [DotMP/Iter.cs](https://app.codecov.io/gh/computablee/DotMP/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane#diff-RG90TVAvSXRlci5jcw==) | `100.00% <100.00%> (+11.76%)` | :arrow_up: | | [DotMP/Tasking.cs](https://app.codecov.io/gh/computablee/DotMP/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane#diff-RG90TVAvVGFza2luZy5jcw==) | `100.00% <ø> (+7.14%)` | :arrow_up: | | [DotMP/Parallel.cs](https://app.codecov.io/gh/computablee/DotMP/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Phillip+Allen+Lane#diff-RG90TVAvUGFyYWxsZWwuY3M=) | `75.13% <75.00%> (+0.93%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.