Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 912
Contango Avatar asked Aug 04 '11 14:08

Contango


1 Answers

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

like image 122
RobotTwo Avatar answered Sep 21 '22 02:09

RobotTwo