Commit Graph

6 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
Memsql 0a82132d21 Merge pull request #2 from SkidanovAlex/master
Stack with SpinLock
2013-03-27 12:29:35 -07:00
alex f6a8dce752 Added stack implementation with a spinlock 2013-03-27 12:27:42 -07:00
Memsql c9f146ef29 Merge pull request #1 from SkidanovAlex/master
Lockfree stack benchmark
2013-03-26 15:48:19 -07:00
alex 1c1c47cd13 Lock free stack benchmark 2013-03-26 15:46:32 -07:00
Memsql c325e5aae4 Initial commit 2013-03-26 15:19:00 -07:00