Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 242 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 242 Bytes

C11 Lock-free Stack Demo

Article: C11 Lock-free Stack

This is a small library that provides a lock-free stack using C11's new stdatomic.h features. It's ABA aware and requires double-wide CAS.