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

Math operators with concurrent data structures #579

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Conversation

jponge
Copy link
Member

@jponge jponge commented Jun 1, 2021

No description provided.

@jponge jponge requested a review from cescoffier June 1, 2021 20:07
@jponge jponge added this to the 0.18.0 milestone Jun 1, 2021
@jponge jponge added the enhancement New feature or request label Jun 1, 2021
@codecov
Copy link

codecov bot commented Jun 1, 2021

Codecov Report

Merging #579 (f0c7f58) into main (91e5ff0) will increase coverage by 0.22%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #579      +/-   ##
============================================
+ Coverage     89.82%   90.04%   +0.22%     
- Complexity     2993     3006      +13     
============================================
  Files           392      392              
  Lines         11673    11695      +22     
  Branches       1460     1466       +6     
============================================
+ Hits          10485    10531      +46     
+ Misses          607      592      -15     
+ Partials        581      572       -9     
Impacted Files Coverage Δ
...c/main/java/io/smallrye/mutiny/math/Statistic.java 72.72% <ø> (ø)
.../java/io/smallrye/mutiny/math/AverageOperator.java 100.00% <100.00%> (ø)
...in/java/io/smallrye/mutiny/math/CountOperator.java 100.00% <100.00%> (ø)
...in/java/io/smallrye/mutiny/math/IndexOperator.java 100.00% <100.00%> (ø)
...main/java/io/smallrye/mutiny/math/MaxOperator.java 100.00% <100.00%> (ø)
...n/java/io/smallrye/mutiny/math/MedianOperator.java 100.00% <100.00%> (ø)
...main/java/io/smallrye/mutiny/math/MinOperator.java 100.00% <100.00%> (ø)
...va/io/smallrye/mutiny/math/OccurrenceOperator.java 100.00% <100.00%> (ø)
...va/io/smallrye/mutiny/math/StatisticsOperator.java 100.00% <100.00%> (ø)
...main/java/io/smallrye/mutiny/math/SumOperator.java 100.00% <100.00%> (ø)
... and 15 more

@cescoffier cescoffier merged commit 8a42527 into main Jun 2, 2021
@cescoffier cescoffier deleted the concurrent-math branch June 2, 2021 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants