Hacker News new | ask | show | jobs
by Amanieu 3637 days ago
I wrote an implementation of sequential locks in Rust [1]. It is extensively commented, which makes it a good way to learn how the algorithm works.

[1] https://github.com/Amanieu/seqlock/blob/master/src/lib.rs