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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
goodcleanfun/stack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published