You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ck/regressions
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.
13 years ago
..
ck_bag/validate 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. 13 years ago
ck_barrier legal: Update Copyright statements. 13 years ago
ck_brlock legal: Update Copyright statements. 13 years ago
ck_bytelock legal: Update Copyright statements. 13 years ago
ck_epoch/validate legal: Update Copyright statements. 13 years ago
ck_fifo legal: Update Copyright statements. 13 years ago
ck_hp legal: Update Copyright statements. 13 years ago
ck_ht regressions: Add ck_ht parallel direct microbenchmark. 13 years ago
ck_pr regressions: Do not break strict aliasing rules in ck_pr validation tests. 13 years ago
ck_queue/validate regressions: Fix typo in ck_queue regressions, _GNU_SOURCE also needed. 13 years ago
ck_ring legal: Update Copyright statements. 13 years ago
ck_rwlock legal: Update Copyright statements. 13 years ago
ck_sequence/validate legal: Update Copyright statements. 13 years ago
ck_spinlock legal: Update Copyright statements. 13 years ago
ck_stack legal: Update Copyright statements. 13 years ago
Makefile ck_ht: Lock-free SPMC hash table, for x86_64. 13 years ago
common.h legal: Update Copyright statements. 13 years ago