lockfree-bench/stack
Arthur O'Dwyer 20d1c49ae1 Add a Makefile; allow compiling on OS X.
OS X requires <unistd.h> for the declarations of sleep() and usleep(),
and also requires libc++ instead of libstdc++.

Add -W -Wall and remove a few unused variables.
2014-03-10 13:09:59 -07:00
..
boost Lock free stack benchmark 2013-03-26 15:46:32 -07:00
Makefile Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00
README.md Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00
atomic.h Lock free stack benchmark 2013-03-26 15:46:32 -07:00
benchmark Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00
benchmark.cpp Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00
locked.h Lock free stack benchmark 2013-03-26 15:46:32 -07:00
lockfree.h Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00
spinlocked.h Add a Makefile; allow compiling on OS X. 2014-03-10 13:09:59 -07:00

README.md

lockfree-bench

Lock free stack benchmark. Use

make benchmark

to compile.