LMAX 的颠覆者模式:有通往 C++ 的端口吗?

发布于 2024-11-28 01:56:37 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

难如初 2024-12-05 01:56:37

是的,已经有一个功能性的 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/.

烟沫凡尘 2024-12-05 01:56:37

从上面的链接(“其他人正在调用......”),评论:

用于讨论即将推出的 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

始于初秋 2024-12-05 01:56:37

有一个名为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文