4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 18 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Javadoc correction More... over 13 years ago
Rename GroupSequence to SequenceGroup More... over 13 years ago
Added the ability to have a dynamic group of sequences that can be used in place of a single sequence. This is useful when event processors can dynamically come and go. More... over 13 years ago
Added the ability to have a dynamic group of sequences that can be used in place of a single sequence. This is useful when event processors can dynamically come and go. More... over 13 years ago
Split the performance test for latency and throughput More... over 13 years ago
Add comma to number format in performance figures output. More... over 13 years ago
Create source and javadoc as jar files rather than zip. More... over 13 years ago
Rename performance tests to reflect new naming. More... over 13 years ago
ensureSequencesAreInRange rename to ensureCapacity More... over 13 years ago
Formatting More... over 13 years ago
Formatting and re-enabled intermittent test. More... over 13 years ago
Make AtomicBoolean final More... over 13 years ago
Comment out intermittent test. More... over 13 years ago
Build reports even if build fails More... over 13 years ago
Try threadlocal cache of minimum gating sequence. More... over 13 years ago
Error message clean up. More... over 13 years ago
Optimised checkAvailability on multi-threaded sequence claim. More... over 13 years ago
New claim strategy that creates back pressure on publishers before they get into claim cycle. More... over 13 years ago
Javadoc More... over 13 years ago
Set claim sequence when the claim happens and not on publish. More... over 13 years ago
lazySet min gating sequence rather than set with memory barrier. More... over 13 years ago
Check against the allocation sequence rather than cursor for available capacity More... over 13 years ago
Javadoc cleanup. More... over 13 years ago
Javadoc correction More... over 13 years ago
Only yield occasionally when serialising the publishing. More... over 13 years ago
Added the ability to ask the Sequencer if the buffer has capacity to allocate the next sequence. More... over 13 years ago
ensureSequencesAreInRange rename to ensureCapacity More... over 13 years ago
Don't sleep when serialising the publishing. More... over 13 years ago
Apply back pressure strategies when event processors cannot keep up. More... over 13 years ago
Naming consistency and clearAlert() on barrier each time the run() method is invoked on the BatchEventProcessor. More... over 13 years ago