You can now download the new coalescingRingBuffer-1.1.0.jar and coalescingRingBuffer-1.1.0-src.zip.
Improvements:
- 4% performance improvement by using lazy sets where possible
- constructor now rounds up capacity to the nearest higher power of two instead of throwing an exception
- nextRead index has been renamed firstWrite for clarity