mirror of
https://github.com/xenia-project/disruptorplus.git
synced 2024-11-23 03:29:52 +00:00
1dafeae1a4
Adds benchmarks for communicating a single 64-bit integer between threads in the following thread topologies: - unicast (1->1) - multicast (1->3) - pipeline (1->1->1->1) - diamond (1->2->1) - sequencer (3->1) |
||
---|---|---|
.. | ||
build.cake | ||
diamond.cpp | ||
multicast.cpp | ||
pipeline.cpp | ||
sequencer.cpp | ||
unicast.cpp |