4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected file names to be the same as package scope Java classes. More... over 13 years ago
Javadoc corrections for SequenceBarrier More... over 13 years ago
Add publish method to Disruptor using the EventPublisher helper class. More... over 13 years ago
Rename DisruptorWizard to Disruptor. Also rename wizard package to dsl. More... over 13 years ago
Introduced Sequencer and first performance test not using the RingBuffer More... over 13 years ago
Introduced Sequencer. More... over 13 years ago
Another step towards factoring out SequenceManager. More... over 13 years ago
Javadoc corrections for SequenceBarrier More... over 13 years ago
Code styling. More... over 13 years ago
Javadoc and warning clean up. More... over 13 years ago
Trying a different cache line padding technique More... over 13 years ago
DependencyBarrier to SequenceBarrier name change and added PaddedAtomicBoolean More... over 13 years ago
DependencyBarrier to SequenceBarrier name change and added PaddedAtomicBoolean More... over 13 years ago
DependencyBarrier to SequenceBarrier name change. More... over 13 years ago
DependencyBarrier to SequenceBarrier name change. More... over 13 years ago
Support custom event processors in the DisruptorWizard. More... over 13 years ago
Tidy up construction and usage of padded longs. More... over 13 years ago
Reduce padding to the minimum to avoid waste More... over 13 years ago
More efficient version of PaddedLong More... over 13 years ago
Revert change for limit of batch size. More... over 13 years ago
Batch size check needs to allow one item being processed. More... over 13 years ago
Small refinement to EventPublisher More... over 13 years ago
Factored out PaddedLong More... over 13 years ago
Forking tests was screwing up results. Test now run without forking. More... over 13 years ago
Do not allow a batch size greater than the ring buffer size. More... over 13 years ago
Clean up of WaitStrategy naming. More... over 13 years ago
Revert commit of runQueueTest=false back to true. More... over 13 years ago
Pulled up all generic sequence tracking methods into SequenceManager interface out of the RingBuffer More... over 13 years ago
Rename of EventFactory.create() to EventFactory.newInstance() to follow current Java coding convention. More... over 13 years ago
Added javadoc for EventPublisher More... over 13 years ago