Java 8 Collection Utilities: A RingBuffer Implementation

2025-02-05
Java 8 Collection Utilities: A RingBuffer Implementation

j8cu is a Java 8 collection utility library featuring a high-performance RingBuffer implementation. This RingBuffer supports ordered and unordered read modes; the ordered mode is FIFO, ideal for maintaining a buffer of the most recent N objects. Additional features include event listeners, bulk copying, and clearing/resetting capabilities, simplifying RingBuffer usage in Java 8.