2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ck_bag: Operating on pointer to NULL is undefined behavior. More... almost 13 years ago
regressions/ck_bag: Use epoch reclamation, allow for user-defined block size. More... almost 13 years ago
ck_bag: Support user-defined block size (in units of cache lines). More... almost 13 years ago
ck_bag: Fix bug in ck_ht_iterator_init. More... almost 13 years ago
ck_bag: Explicit load fence after acquiring n_entries snapshot. More... almost 13 years ago
ck_bag: Do not defer destruction in ck_bag_destroy. More... almost 13 years ago
ck_bag: Various stylistics changes, ck_md: Rename CK_MD_PAGE_SIZE to CK_MD_PAGESIZE. More... almost 13 years ago
ck_bag: Add support for non x86_64 architectures. Memoize n_entries lookup when iterating over a bag. More... almost 13 years ago
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. More... almost 13 years ago
regressions: Add ck_ht parallel direct microbenchmark. More... almost 13 years ago
build: Bump next release to 0.2. More... almost 13 years ago
ck_ring: Apply ck_ring_size logic to ck_ring_enqueue functions. More... almost 13 years ago
legal: Update Copyright statements. More... almost 13 years ago
ck_ht: Add CK_F_HT feature flag. More... almost 13 years ago
ck_ht: Add support for other 64-bit platforms. More... almost 13 years ago
ck_fifo: Use ck_spinlock instead of specific spinlock implementation. More... almost 13 years ago
doc: Reference relevant ck_ht_entry functions. More... almost 13 years ago
regressions: Remove CORES definition from ck_ht ubenches. More... almost 13 years ago
doc: Add additional ck_ht manual pages. More... almost 13 years ago
doc: More ck_ht documentation. More... almost 13 years ago
doc: Add more ck_ht manual pages. This is boring. More... almost 13 years ago
build: Move installation of documentation to doc Makefile. More... almost 13 years ago
build: Correct default MANDIR. More... almost 13 years ago
doc: Support systems that lack gzip. More... almost 13 years ago
doc: Add manual page for ck_ht_entry_empty. More... almost 13 years ago
build: Remember to use DESTDIR More... almost 13 years ago
build: Bump version for next release. More... almost 13 years ago
doc: Initial support for manual pages, pending portability concerns. More... almost 13 years ago
ck_ht: Add manual pages for a subset of ck_ht functionality. More... almost 13 years ago
ck_ht: Add ck_ht_entry_set_key_direct function. More... almost 13 years ago