David Joseph
|
7b94d7c13d
|
regressions: Make clean and gettimeofday fixes.
|
12 years ago |
David Joseph
|
a4cd7f2ef2
|
Revert "regressions: Remove exes with make clean."
This reverts commit 9d37e38580 .
|
12 years ago |
David Joseph
|
9d37e38580
|
regressions: Remove exes with make clean.
|
12 years ago |
Samy Al Bahra
|
290add2e50
|
build/regressions: Add CORES option, add "check" target.
The check target will attempt to run the unit tests with some
sane defaults.
|
12 years ago |
Samy Al Bahra
|
a6dce3abff
|
regressions/ck_bag: Use epoch reclamation, allow for user-defined block size.
|
13 years ago |
Abel Mathew
|
431c24a90a
|
ck_bag: Lock-Free SPMC bag/collection for x86_64. A bag is a linked list of blocks, with each block containing an array. Insertions are on the order of O(1) and deletions are on the order of O(N). This data structure is meant to act as a lock-free vector implementation.
Signed-off-by: Samy Al Bahra <sbahra@repnop.org>
|
13 years ago |