Disruptor 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Disruptor 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Disruptor 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache
开发语言 Java
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2011-08-31

软件简介

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。

展开阅读全文

代码

评论

点击加入讨论🔥(3) 发布并加入讨论🔥
2018/03/23 10:28

Disruptor 3.3.11 和 3.4.2 发布,并发编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。本次更新主要是 bug 修复,具体如下: 3.4.2 Fix race condition in BatchEventProcessor with 3 or more starting/halting concurrently. 源码下载和发布说明:https://github.com/LMAX-Exchange/disruptor/releases...

8
13
2018/03/08 14:35

Disruptor 3.3.10 和 3.4.1 发布,并发编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Disruptor 3.3.10 和 3.4.1 均修复了以下 bug : Fix race between run() and halt() on BatchEventProcessor 更多详情和源码地址,请查阅发行列表。

0
16
2018/02/08 09:58

Disruptor 3.3.8 发布,并行编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Disruptor 3.3.8 是一个小版本,更新内容: Revert belt and braces WaitStategy signalling. 源码下载: Source code (zip) Source code (tar.gz)

12
19
发表了资讯
2017/10/10 16:20

Disruptor 3.3.7 发布,并行编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 更新内容: Add batch size to BatchStartAware.onBatchStart() Upgrade to newer versions of gradle, checkstyle and JUnit Deprecate classes & methods for later release Remove JMock and rewrite tests accordingly Javadoc cleanup 下载地址: Source code (zip) Source code (tar.gz)...

4
52
发表了资讯
2013/01/07 00:00

Disruptor 3.0 Beta2 发布,并行编程框架

Disruptor 3.0 在本月初发布了 Beta1 和 Beta2 版本,改进内容为: 3.0.0.beta2 Released (7-Jan-2013) Remove millisecond wakeup from BlockingWaitStrategy Add RingBuffer.claimAndGetPreallocated Add RingBuffer.isPublished 3.0.0.beta1 Released (3-Jan-2013) Remove claim strategies and replace with Publishers/Sequences, remove pluggability of claim strategies. Introduce new multi-producer publisher algor...

0
7
发表了资讯
2012/06/11 00:00

Disruptor 2.10.1 发布,并行编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Changes 2.10.1 (6-June-2012 - rev 560) Bug fix, correct OSGI metadata. Remove unnecessary code in wait strategies.

1
12
发表了资讯
2012/05/09 00:00

Disruptor 2.9 发布, Java 的并发编程框架

Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Disruptor 2.9 发布 (8-Apr-2012 - rev 534) 本次更新内容: Deprecate timeout methods for publishing. Add tryNext and tryPublishEvent for events that shouldn't block during delivery. Small performance enhancement for MultithreadClaimStrategy....

2
17
发表了资讯
2012/02/12 00:00

Disruptor 2.8 发布, Java 并发编程框架

Disruptor 2.8 发布了,该版本包含如下改进: Create new MultithreadClaimStrategy that works between when threads are highly contended. Previous implementation is now called MultithreadLowContentionClaimStrategy Fix for bug where EventProcessors weren't being added as gating sequences to the ring buffer. Fix range tracking bug in Histogram Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序...

2
19
发表了资讯
2011/09/23 00:00

Disruptor 2.6 发布,并发编程框架

感谢 @YANGL 的报料: Disruptor 2.6 发布了,Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 该版本主要改进包括: Introduced WorkerPool to allow the one time consumption of events by a worker in a pool of EventProcessors. New internal implementation SequenceGroup that is lock free at all times and garbage free for normal operation...

2
7
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
3 评论
570 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部