Skip to content

Generic lock-free stack using a singly linked list with a memory pool for nodes. Includes thread-safe mode using C11 atomics/compare-and-swap.

License

Notifications You must be signed in to change notification settings

goodcleanfun/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack

Generic lock-free stack using a singly linked list with a memory pool for nodes. Includes thread-safe mode using C11 atomics/compare-and-swap.

About

Generic lock-free stack using a singly linked list with a memory pool for nodes. Includes thread-safe mode using C11 atomics/compare-and-swap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published