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
rewording More... over 13 years ago
rewording More... over 13 years ago
Initial cut of overview paper More... over 13 years ago
Format Histogram output for easy load into a spreadsheet. More... over 13 years ago
Added some clarity to operator precedence. More... over 13 years ago
Changed latency test by introducing throttling to pause 1us before sending another message to avoid saturation. More... over 13 years ago
Added 3 step latency performance test. More... over 13 years ago
Added Histogram for latency testing. More... over 13 years ago
API changes to split out ForceFileProducerBarrier and added getCursor to the barriers. More... over 13 years ago
Added NoOpConsumer to support testing and pre-filling of a RingBuffer. More... over 13 years ago
Extend performance runs More... over 13 years ago
Enforce that there should be at least one Consumer tracked by the ProducerBarrier. More... over 13 years ago
Fix javadoc after naming refactor More... over 13 years ago
Tinkering with ProducerBarrier method naming More... over 13 years ago
Rename of methods on the ProducerBarrier More... over 13 years ago
Removed perf jvm arguments from build file More... over 13 years ago
Removed unused import More... over 13 years ago
Push down the tracking of dependant consumers from the ConsumerBarrier into the WaitStrategy for options to remove contention and increase performance. More... over 13 years ago
cache line padding of ConsumerBarrier for more predictable throughput More... over 13 years ago
simple formatting More... over 13 years ago
Help hotspot with optimisation for inlining More... over 13 years ago
return without assigning to unused variable. More... over 13 years ago
Track consumers after claim to prevent wrap when multiple producers exist. More... over 13 years ago
Naming clean up More... over 13 years ago
Formatting More... over 13 years ago
Removed use of CommitCallback so the producer must commit the changes back via the ProducerBarrier More... over 13 years ago
Manual inline of RingBuffer code into barriers for simplicity More... over 13 years ago
Improved Javadoc More... almost 14 years ago
Improved Javadoc More... almost 14 years ago
Added diamond path 1 producer and 3 consumer performance test. More... almost 14 years ago