libcds

C++ library of concurrent data structures for multi-threaded programming

brewmacoslinux
Try with needOr install directly
Source

About

C++ library of Concurrent Data Structures

Commands

libcds

Examples

Include libcds headers in C++ project for lock-free data structures$ g++ -I$(brew --prefix libcds)/include myprogram.cpp -o myprogram
Link against libcds library when building concurrent applications$ g++ myprogram.cpp -o myprogram -L$(brew --prefix libcds)/lib -lcds
Check installed version and location of libcds$ brew list libcds && brew --prefix libcds