Hackernews posts about mutex
- Spinlocks vs. Mutexes: When to Spin and When to Sleep (howtech.substack.com)
- Intro to Foundation DB via a Distributed Mutex (jander.land)
- Show HN: Mutex Service – Team Coordination Tool (mutex.team)
- Show HN: Web-SQLite-JS – Persistent SQLite in the browser via OPFS (web-sqlite-js.wuchuheng.com)
- Show HN: PowerKit for Tmux – 32 Plugins (github.com)
- E.W.Dijkstra Archive (www.cs.utexas.edu)
- So What Should We Call This – A Grue Jay? (cns.utexas.edu)
- Dijkstra: The strengths of the academic enterprise (1994) (www.cs.utexas.edu)
- McCarthy's 91-function: an unfortunate paradigm (EWD 845) (www.cs.utexas.edu)
- Grothendieck's Activism and What It Says About the World (golem.ph.utexas.edu)
- The Fastest Mutexes (justine.lol)
- Inside Rust's std and parking_lot mutexes – who wins? (blog.cuongle.dev)
- Ditch your mutex, you deserve better (chrispenner.ca)
- Go’s race detector has a mutex blind spot (doublefree.dev)
- Async Mutexes (matklad.github.io)
- Golang Sync Mutex: Normal and Starvation Mode (victoriametrics.com)
- Go's race detector has a mutex blind spot (doublefree.dev)
- What should your mutexes be named? (gaultier.github.io)
- Rust's std and parking_lot mutexes – who wins? (blog.cuongle.dev)
- Why Golang doesn't support recursive mutexes [2010] (groups.google.com)
- A Windows mutex is not a mutex (www.sevangelatos.com)
- Golang Sync Mutex: Normal and Starvation Mode (victoriametrics.com)
- Golang Generic Mutex (github.com)
- A saner way to use mutex in Golang, using generics (github.com)
- Async Mutexes (matklad.github.io)
- Async Mutexes (matklad.github.io)
- Go's race detector has a mutex blind spot (doublefree.dev)
- Atomics vs. Actors vs. Mutex: The Synchronization Framework (blog.jacobstechtavern.com)
- Threads, Parallelism, and Mutex in Plain Ruby (blog.oxyconit.com)
- Mutex vs. Semaphore: How to implement them (softwareengineering.stackexchange.com)
- Rust's Mutex, Atomics and UnsafeCell – Spooky Action at a Distance? (leon.schuermann.io)
- How HappyLock Works (a deadlock-free mutex library) (www.botahamec.dev)
- Golang NATS Mutex Library (github.com)
- On Async Mutexes (matklad.github.io)