Skip to content

jeffofthewired/spsc-queue-x86-64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPSC Queue

Implementation of a lock-free single-producer-single-consumer queue in x86-64.

Constructors and member functions can be accessed through a C++ interface.

Requires uint64_t to be name-mangled to m.

Build

bazel run //spsc_queue:example

Testing

All testing was done with spsc_queue:example.

Can't get GTests to compile due to relocation issues I believe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors