Disruptor 2.9發布 Java的并發編程框架
作者:傾楓
Disruptor 是一個 Java 的并發編程框架,大大的簡化了并發程序開發的難度,在性能上也比 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.
下載地址:http://code.google.com/p/disruptor/downloads/list
【編輯推薦】
責任編輯:林師授
來源:
51CTO