Planet of the Crabs
🦀 fearless rust


Exploring lock-free Rust 1: Locks

Posted on by rust – More Stina Blog!

As a learning exercise I set out to implement a simple lock-free algorithm in Rust. It was inspired by a problem posed at job interviews at a company where a friend works. The problem is simple enough that it can be tackled by a beginner, but tricky enough to require some thought to get right … Continue reading Exploring lock-free Rust 1: Locks →