mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Refactor out mirrored ring #74

Closed mmore500 closed 4 years ago

mmore500 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 1

See the complete overview on Codacy

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will increase coverage by 0.08%. The diff coverage is 83.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   49.91%   50.00%   +0.08%     
==========================================
  Files         225      227       +2     
  Lines        7997     8047      +50     
==========================================
+ Hits         3992     4024      +32     
- Misses       4005     4023      +18     
Impacted Files Coverage Δ
include/uit/utility/SiftingArray.hpp 69.56% <69.56%> (ø)
...let/get=stepping+type=trivial/t::RingIrecvDuct.hpp 72.64% <100.00%> (-2.74%) :arrow_down:
tests/utility/SiftingArray.cpp 100.00% <100.00%> (ø)
include/uit/utility/MirroredRingBuffer.hpp 91.25% <0.00%> (-5.10%) :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 5b63ea9...926eacb. Read the comment docs.