openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Concurrency Kit
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 48 of 56
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
ck_bag: Operating on pointer to NULL is undefined behavior.
Samy Al Bahra
More...
almost 13 years ago
regressions/ck_bag: Use epoch reclamation, allow for user-defined block size.
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Support user-defined block size (in units of cache lines).
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Fix bug in ck_ht_iterator_init.
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Explicit load fence after acquiring n_entries snapshot.
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Do not defer destruction in ck_bag_destroy.
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Various stylistics changes, ck_md: Rename CK_MD_PAGE_SIZE to CK_MD_PAGESIZE.
Samy Al Bahra
More...
almost 13 years ago
ck_bag: Add support for non x86_64 architectures. Memoize n_entries lookup when iterating over a bag.
Abel Mathew
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.
Abel Mathew
More...
almost 13 years ago
regressions: Add ck_ht parallel direct microbenchmark.
Samy Al Bahra
More...
almost 13 years ago
build: Bump next release to 0.2.
Samy Al Bahra
More...
almost 13 years ago
ck_ring: Apply ck_ring_size logic to ck_ring_enqueue functions.
Samy Al Bahra
More...
almost 13 years ago
legal: Update Copyright statements.
Samy Al Bahra
More...
almost 13 years ago
ck_ht: Add CK_F_HT feature flag.
Samy Al Bahra
More...
almost 13 years ago
ck_ht: Add support for other 64-bit platforms.
Samy Al Bahra
More...
almost 13 years ago
ck_fifo: Use ck_spinlock instead of specific spinlock implementation.
Samy Al Bahra
More...
almost 13 years ago
doc: Reference relevant ck_ht_entry functions.
Samy Al Bahra
More...
almost 13 years ago
regressions: Remove CORES definition from ck_ht ubenches.
Samy Al Bahra
More...
almost 13 years ago
doc: Add additional ck_ht manual pages.
Samy Al Bahra
More...
almost 13 years ago
doc: More ck_ht documentation.
Samy Al Bahra
More...
almost 13 years ago
doc: Add more ck_ht manual pages. This is boring.
Samy Al Bahra
More...
almost 13 years ago
build: Move installation of documentation to doc Makefile.
Samy Al Bahra
More...
almost 13 years ago
build: Correct default MANDIR.
Samy Al Bahra
More...
almost 13 years ago
doc: Support systems that lack gzip.
Samy Al Bahra
More...
almost 13 years ago
doc: Add manual page for ck_ht_entry_empty.
Samy Al Bahra
More...
almost 13 years ago
build: Remember to use DESTDIR
Samy Al Bahra
More...
almost 13 years ago
build: Bump version for next release.
Samy Al Bahra
More...
almost 13 years ago
doc: Initial support for manual pages, pending portability concerns.
Samy Al Bahra
More...
almost 13 years ago
ck_ht: Add manual pages for a subset of ck_ht functionality.
Samy Al Bahra
More...
almost 13 years ago
ck_ht: Add ck_ht_entry_set_key_direct function.
Samy Al Bahra
More...
almost 13 years ago
←
1
2
…
44
45
46
47
48
49
50
51
52
…
55
56
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree