Quantcast
Channel: BlogoSfera » something
Viewing all articles
Browse latest Browse all 26

Creating an Atomic RingBuffer in Java

$
0
0

I was thinking of how I would go about implementing a thread-safe RingBuffer in Java and Android (as for some reason there is none, even after all these years, not even a circular queue. So, no (Circular/Ring)ByteBuffer, nor (Circular/Ring)(Buffer/Queue). Even majority of the RingBuffer implementations that are third party are said to be not thread […]

The post Creating an Atomic RingBuffer in Java appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 26