nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

[WIP] Espresso Parallel Implementation #157

Open nealkumar opened 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into espresso will decrease coverage by 2.94%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           espresso     #157      +/-   ##
============================================
- Coverage     97.61%   94.67%   -2.95%     
============================================
  Files            16       17       +1     
  Lines           168      169       +1     
  Branches         11       11              
============================================
- Hits            164      160       -4     
- Misses            3        8       +5     
  Partials          1        1              
Impacted Files Coverage Δ
...java/org/jbrew/cbrew/espresso/IntSumOperation.java 0.00% <0.00%> (ø)
...ava/org/jbrew/cbrew/espresso/NumericOperation.java 0.00% <0.00%> (ø)

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 c7aa57e...3155a37. Read the comment docs.