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