Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages