Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。
Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。
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...
Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Disruptor 3.3.10 和 3.4.1 均修复了以下 bug : Fix race between run() and halt() on BatchEventProcessor 更多详情和源码地址,请查阅发行列表。
Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Disruptor 3.3.8 是一个小版本,更新内容: Revert belt and braces WaitStategy signalling. 源码下载: Source code (zip) Source code (tar.gz)
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)...
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...
Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。 Changes 2.10.1 (6-June-2012 - rev 560) Bug fix, correct OSGI metadata. Remove unnecessary code in wait strategies.
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....
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 的并发编程框架,大大的简化了并发程序...
感谢 @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...
评论