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 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。
下载地址:http://code.google.com/p/disruptor/downloads/list
原文链接:http://www.oschina.net/news/25563/disruptor-2-8-released
【编辑推荐】