Skip to content

C++ Queue that is hope-fully-concurrent by use of atomics. This queue is based on an array instead of a linked list

Notifications You must be signed in to change notification settings

MichaelMitchellM/AtomicQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtomicQueue (ConcurrentQueue)

C++ Queue that is hope-fully-concurrent by use of atomics. This queue is based on an array instead of a linked list

(need to rename things to concurrent queue)

All of the concurrent queues that I have found through google are based on a linked-list or use mutexes. I would like to learn proper use of atomics and I decided this would be a good project with which to learn them.

Start Date: 2015.04.11

About

C++ Queue that is hope-fully-concurrent by use of atomics. This queue is based on an array instead of a linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages