seclorum / lstack

C11 Lock-free Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C11 Lock-free Stack

License:The Unlicense


Languages

Language:C 97.6%Language:Makefile 2.4%