Lock Free
2 articles
Articles tagged with "Lock Free"
Explore our collection of 2 articles about lock free.

Lock-Free MPMC Queues: Dual Contention Mastery
Master the complexity of Multi-Producer Multi-Consumer lock-free queues with per-slot sequence numbers, dual CAS coordination, and work-stealing thread pool integration.
JavaOff-Heap+6
Unknown•50 min read

Lock-Free MPSC Queues: Production-Grade Implementation
A deep-dive into building production-grade Multi-Producer Single-Consumer lock-free queues in Java, with VarHandle, CAS operations, and real-world benchmarks.
JavaOff-Heap+6
Unknown•51 min read