Comment on Memory Reordering Caught in the ActparentComments−AlexandrB14y> ...unless you are in a very specific scenario.Locks can be very slow (relatively). At my last job using lock-free code was necessary for performance in many cases.
Comments
> ...unless you are in a very specific scenario.
Locks can be very slow (relatively). At my last job using lock-free code was necessary for performance in many cases.