We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
是的,已经有一个功能性的 C++ 端口。请参阅http://www.2robots.com/2011/08/13/ac-disruptor/。
Yes, there is already a functional C++ port. See http://www.2robots.com/2011/08/13/a-c-disruptor/.
从上面的链接(“其他人正在调用......”),评论:
用于讨论即将推出的 Disruptor 模式的 C++ 端口的线程:http://groups.google.com/group/lmax-disruptor/browse_thread/thread/4a47a0a9b5837ca2
C++ 版本 Disruptor 的性能:约。每秒 2200 万条消息,如果进行批处理,每秒可达 1 亿条消息,请参阅:
http://mechanical-sympathy.blogspot.com/2011/08 /线程间延迟.html
From the above link ("others are calling.."), comments:
Thread for discussing upcoming C++ port of the Disruptor pattern: http://groups.google.com/group/lmax-disruptor/browse_thread/thread/4a47a0a9b5837ca2
Performance of C++ version of Disruptor: approx. 22 million messages per second, with batching this reaches up to 100 million messages per second, see:
http://mechanical-sympathy.blogspot.com/2011/08/inter-thread-latency.html
有一个名为 hmbdc-base.rpm 的免费版本,可以从以下位置下载:
https://bitbucket。 org/hmbd/hmbdc-rel/downloads
它支持CentOS 7,并且不依赖虚拟功能,亚微秒延迟,非常快。
它还具有可靠的订阅/发布多播消息支持。
There is a free version called hmbdc-base.rpm that can be downloaded from:
https://bitbucket.org/hmbd/hmbdc-rel/downloads
It supports CentOS 7, and doesn't rely on virtual functions, sub microsecond delay, very fast.
It also has reliable subscribe / publish multicast messaging support.