C# (CSharp) Disruptor.PerfTests.Queue Namespace

Classes

Name Description
OneToOneQueueBatchedThroughputTest
OneToOneQueueThroughputTest UniCast a series of items between 1 publisher and 1 event processor. +----+ +-----+ | P1 |--->| EP1 | +----+ +-----+ Queue Based: ============ put take +----+ +====+ +-----+ | P1 |--->| Q1 |/---| EP1 | +----+ +====+ +-----+ P1 - Publisher 1 Q1 - Queue 1 EP1 - EventeProcessor 1
OneToThreeDiamondQueueThroughputTest
OneToThreePipelineQueueThroughputTest
PingPingQueueLatencyTest
PingPingQueueLatencyTest.QueuePinger
PingPingQueueLatencyTest.QueuePonger
ThreeToOneQueueThroughputTest