Skip to content

Lockless queue for high speed inter-thread communication

License

Notifications You must be signed in to change notification settings

waqqas/lockless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lockless

A header-only library for high speed inter thread communication

Dependencies

  • Google Benchmark (for benchmarks)
  • Catch2 (unit testing)

Building on OSX

  • mkdir build
  • cd build
  • cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/usr ..
  • cmake --build . --config Release --target install -- -j $(nproc)

Running tests

  • ./tests/tests

Usage

Steps

#include "lockless/lockless.hpp"


About

Lockless queue for high speed inter-thread communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published