Lock Free Guide

Use when writing or reviewing shared-memory concurrent code: atomics, lock-free/wait-free data structures, or scalable synchronization. Triggers on prompts about memory ordering (relaxed/acquire/release/seq_cst), CAS/compare-exchange, the ABA problem, SPSC/MPSC/MPMC queues, lock-free stack, hazard pointers / epoch / RCU reclamation, false sharing, spinlocks/backoff, work-stealing, even when the user doesn't say 'lock-free'.

xonovex 290f544 18 files · 63.4 KB Updated

File contents

xonovex/platform/tree/main/packages/skill/skill-lock-free/lock-free-guide commit 290f54479b

Frequently asked questions

npx skillmds@latest add xonovex/lock-free-guide