A header-only library for high speed inter thread communication
- Google Benchmark (for benchmarks)
- Catch2 (unit testing)
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/usr ..
cmake --build . --config Release --target install -- -j $(nproc)
./tests/tests
Steps
#include "lockless/lockless.hpp"