Commit Graph

3 Commits

Author SHA1 Message Date
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
alex f6a8dce752 Added stack implementation with a spinlock 2013-03-27 12:27:42 -07:00
alex 1c1c47cd13 Lock free stack benchmark 2013-03-26 15:46:32 -07:00