bikeshed.c
Lock free hierarchical work scheduler; Dan Engelbrecht (2019).
cds_job.c
C++11 lock-free job queue; Cort Stratton (2016).
@sp8d/core
sp8d-core: Ultra-low latency, memory-safe concurrency primitives for TypeScript/JavaScript. Lock-free channels with comprehensive safety guarantees, race condition prevention, and zero-copy messaging for browser and Node.js applications.