# Release of Disruptor 3.0.0

DevFeed: [Release of Disruptor 3.0.0](<https://devfeed.tech/articles/release-of-disruptor-3-0-0-30649.md>)

Original publisher: [Read original article](<http://bad-concurrency.blogspot.com/2013/04/release-of-disruptor-300.html>)

Author: Michael Barker (noreply@blogger.com)

Published: 2013-04-11T06:22:00Z

Content type: release

Language: en

Sources: [Bad Concurrency](<https://devfeed.tech/sources/bad-concurrency.md>)

Topics: [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Concurrent Programming](<https://devfeed.tech/topics/concurrent-programming.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

This release article announces Disruptor 3.0.0 and describes its main changes, including a unified MultiProducerSequencer, removal of the ClaimStrategy interface, improved single-producer throughput, and expanded EventTranslator API variants.

## Source excerpt

I've decided that I'm a bit bored of the whole putting a beta tag on various versions of the Disruptor so I've decide to send forth Disruptor 3.0.0 into the world. The big challenges of this release were to clean up the code and come up with a better algorithm for handling multiple producers. If I was lucky, make it even faster. I went down a couple of dark alleys initially with this release, but have come up again for air with a version that is less different to the 2.x version, but still brings some nice benefits. I had wanted to implement a few more functional tests and improve the documentation, but I could be waiting forever to those aspects to a level where I was 100% satisfied. Read more "