Disruptor 2.8發布 Java 并發編程框架
作者:紅薯
Disruptor 是一個 Java 的并發編程框架,大大的簡化了并發程序開發的難度,在性能上也比 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 的并發編程框架,大大的簡化了并發程序開發的難度,在性能上也比 Java 本身提供的一些并發包要好。
下載地址:http://code.google.com/p/disruptor/downloads/list
原文鏈接:http://www.oschina.net/news/25563/disruptor-2-8-released
【編輯推薦】
責任編輯:林師授
來源:
開源中國社區