4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update build number to beta5 More... almost 12 years ago
Readme updates More... almost 12 years ago
Move responsibility for managing Sequences into the Sequencer More... almost 12 years ago
Add in an AbstractSequencer that contains some common functionality of the Single and Multi Producer Sequencers More... almost 12 years ago
Move responsibility for the cursor up to the Sequencer More... almost 12 years ago
Merge Sequencer and Publisher back into a single class More... almost 12 years ago
Groovy settings for eclipse More... almost 12 years ago
Interrupt threads before waiting for them to terminate to ensure they aren't still waiting on a lock. Fixes intermittency in DisruptorTest. More... almost 12 years ago
Update build number to beta4. More... almost 12 years ago
Remove capacity argument on RingBuffer.tryPublishEvent, it wasn't used More... almost 12 years ago
Small fix to Disruptor DSL for WorkPool shutdown More... almost 12 years ago
Added support for timeouts on consuming from the ring buffer More... almost 12 years ago
A bit better padding in the SingleProducerSequencer. Remove backOffCount counter More... about 12 years ago
Moved worker pool test to YieldingWaitStrategy More... about 12 years ago
Remove EventHandlerGroup.add(EventHandler) in favour of .add(EventHandlerGroup). More... about 12 years ago
Support handling events with a worker pool that depends on other consumers. Also support merging worker pool event handler groups with event handler/processor event groups. More... about 12 years ago
Support handling events with a worker pool, then having other consumers follow the worker pool in the chain. More... about 12 years ago
Small correctness fix to latency test. More... about 12 years ago
Fixed small performance bug in MultiProducerSequencer. Add remainingCapacity and backOffCount methods to RingBuffer More... about 12 years ago
Add pom.xml generation task to build.gradle More... about 12 years ago
Use Math.min instead of ternary expression More... about 12 years ago
Remove getCachedGatingSequence More... about 12 years ago
Remove unused DependentSequence More... about 12 years ago
A couple of small javadoc updates More... about 12 years ago
Clarified SequenceReportingEventHandler More... about 12 years ago
More comments in WaitStrategy More... about 12 years ago
Added detailed comments for WorkProcessor More... about 12 years ago
Added detailed comments for MultiProducerPublisher More... about 12 years ago
javadoc updates More... about 12 years ago
Remove unused import, and white space changes More... about 12 years ago