Do locks slow down your code?

The Eric Normand Podcast - A podcast by Eric Normand

Categories:

Yes. Locks slow down your code. But they enable your code to be correct! It’s a tradeoff, but who would ever trade correctness for a little speed? In this episode, we look at the tradeoff, how to make locks less of a speed tradeoff, and some alternatives.