C++ library of concurrent data structures for multi-threaded programming
C++ library of Concurrent Data Structures
libcds$ g++ -I$(brew --prefix libcds)/include myprogram.cpp -o myprogram$ g++ myprogram.cpp -o myprogram -L$(brew --prefix libcds)/lib -lcds$ brew list libcds && brew --prefix libcds