Java并發編程框架 Disruptor 2.6 發布,
Disruptor 2.6 發布了,Disruptor 是一個 Java 的并發編程框架,大大的簡化了并發程序開發的難度,在性能上也比 Java 本身提供的一些并發包要好。
項目地址:http://code.google.com/p/disruptor/
該版本主要改進包括:
- 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.
- SequenceBarrier now checks alert status on every call whether it is blocking or not.
- Added scripts in preparation for publishing binaries to maven repository.
本文由用戶 ajax 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!