For decades, lock-free programming has been the go-to optimization for the most contended parts of concurrent programs. The reasoning was simple: locks are slow under contention, so eliminate the locks. This made sense on the hardware of the time, and I should know—I’ve given several talks explaining how and why to do it. The hardware … Continue reading Lock-free Programming is Dead
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed