cshannon commented on issue #4876: URL: https://github.com/apache/accumulo/issues/4876#issuecomment-2346022055
> * a ring buffer, log4j2 asynchronous logging uses the LMAX Disruptor [RingBuffer](https://github.com/LMAX-Exchange/disruptor/blob/master/src/main/java/com/lmax/disruptor/RingBuffer.java#L84) (it's already a dependency I think). RingBuffer here is an interesting idea, but the main thing that I noticed looking at the code is that it uses a map specifically for deduplication. A key is generated so it avoids storing duplicates and I don't know that is possible for another data structure like RingBuffer but I haven't looked at it very closely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
