Coalescing Ring Buffer 1.1.0 Released

2013-07-16
1 min read

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