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

Reorganize uit/ #85

Closed mmore500 closed 3 years ago

mmore500 commented 3 years ago

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


Clones added
============
- include/uit/ducts/proc/inlet/put=growing+type=cereal/impl/CerealBlockingSendDuct.hpp  3
- tests/uit/ducts/proc/FixedVectorProcDuct.hpp  4
- tests/uit/ducts/proc/VectorProcDuct.hpp  5
- include/uit/ducts/proc/inlet/put=dropping+type=cereal/impl/CerealRingImmediateSendDuct.hpp  8
- include/uit/spouts/Outlet.hpp  1
- include/uit/ducts/proc/inlet/templated/BufferedInletDuct.hpp  1
- include/uit/ducts/proc/inlet/put=growing+type=trivial/impl/TrivialBlockingSendDuct.hpp  3
- microbenchmarks/ducts/DuctBenchmarkRunner.hpp  2
- include/uit/ducts/proc/inlet/put=growing+type=trivial/impl/TrivialDequeImmediateSendDuct.hpp  6
- include/uit/ducts/proc/outlet/get=stepping+type=span/s::IprobeDuct.hpp  8
- include/uit/ducts/proc/outlet/get=skipping+type=trivial/t::BlockIrecvDuct.hpp  7
- include/uit/ducts/proc/backend/impl/OutletMemoryPool.hpp  3
- include/uit/ducts/proc/backend/impl/InletMemoryPool.hpp  3
- include/uit/spouts/Inlet.hpp  1
- include/uit/ducts/proc/outlet/accumulating+type=fundamental/f::WithdrawingWindowDuct.hpp  4
- include/uit/ducts/proc/outlet/templated/BufferedOutletDuct.hpp  1
- include/uit/ducts/proc/inlet/put=dropping+type=span/impl/SpanRingImmediateSendDuct.hpp  8
- include/uit/ducts/proc/outlet/templated/AggregatedOutletDuct.hpp  3
- include/uit/ducts/proc/inlet/templated/PooledInletDuct.hpp  1
- include/uit/ducts/proc/inlet/put=growing+type=cereal/impl/CerealDequeImmediateSendDuct.hpp  6
- include/uit/ducts/proc/outlet/get=skipping+type=trivial/t::WindowDuct.hpp  4
- include/uit/ducts/proc/inlet/put=growing+type=trivial/t::PutDuct.hpp  7
- include/uit/ducts/proc/inlet/accumulating+type=fundamental/f::RaccumulateDuct.hpp  6
- include/uit/ducts/proc/backend/impl/OutletMemoryAggregator.hpp  2
- include/uit/ducts/proc/backend/PooledBackEnd.hpp  4
- include/uit/ducts/proc/outlet/get=stepping+type=cereal/c::IprobeDuct.hpp  8
- include/uit/ducts/proc/backend/AggregatedBackEnd.hpp  4
- include/uit/ducts/proc/outlet/get=skipping+type=span/s::BlockIrecvDuct.hpp  7
- include/uit/ducts/proc/outlet/templated/PooledOutletDuct.hpp  3
- include/uit/ducts/proc/inlet/templated/AggregatedInletDuct.hpp  1
- include/uit/ducts/proc/inlet/accumulating+type=fundamental/f::AccumulateDuct.hpp  6
- macrobenchmarks/ducts/thread/ThreadDuct.hpp  2
- include/uit/ducts/proc/outlet/get=stepping+type=trivial/t::RingIrecvDuct.hpp  5
- include/uit/ducts/proc/inlet/put=dropping+type=trivial/t::RingRputDuct.hpp  6
- include/uit/ducts/proc/inlet/put=dropping+type=trivial/impl/TrivialRingImmediateSendDuct.hpp  10
- include/uit/ducts/proc/inlet/put=growing+type=trivial/t::DequeRputDuct.hpp  7
- tests/uit/ducts/proc/ProcDuct.hpp  7
- macrobenchmarks/ducts/intra/IntraDuct.hpp  2
- tests/uit/ducts/proc/AccumulatingProcDuct.hpp  6
- include/uit/ducts/proc/backend/impl/InletMemoryAggregator.hpp  2
- tests/uit/ducts/thread/ThreadDuct.hpp  11

See the complete overview on Codacy