LMAX's disruptor pattern: is there a port to C++?

Contango picture Contango · Aug 4, 2011 · Viewed 9.9k times · Source

There are open source Java and .NET versions of LMAX's Disruptor pattern, as described in the video LMAX - How to Do 100K TPS at Less than 1ms Latency. Here is more links to information on the Disruptor pattern.

Is anyone aware of a port of the Disruptor pattern to C++, either finished or in beta?

Update

Apparently others are calling for a C++ version of the Disruptor pattern.

Answer

RobotTwo picture RobotTwo · Aug 14, 2011

Yes, there is already a functional C++ port. See http://www.2robots.com/2011/08/13/a-c-disruptor/.