https://itnext.io/understanding-the-lmax-disruptor-caaaa2721496 I was going thru this article... i have a trouble in understanding this paragraph :
In our example, because sharedCounter is updated by two CPU cores at the same time, it will bounce the variable between the two local L1 caches which will slow down drastically the execution.
bouncing the variable between two local L1 caches makes it slower ? how ?