I need to implement a lockless ring-buffer but I still haven't found any way of doing it without a kind of lock. I've searched the internet and all I found are ways using bits to say the memory is locked.
So, it is technically possible to do it without a lock?