XRCU is a library that provides efficient lock-less synchronization for read-mostly tasks and structures.

Agustina Arzille 660325c9c0 Update documentation 4 years ago
docs 660325c9c0 Update documentation 4 years ago
tests f8171d4b0a Harden tests 4 years ago
.gitignore b36a901ab3 Ignore test binary 5 years ago
Changes 0954bec884 Add version 5 years ago
LICENSE b3e6bf1eac Update README and add LICENSE 6 years ago
Makefile 998e104060 Numerous bug fixes in queue implementation 5 years ago
README.md b3e6bf1eac Update README and add LICENSE 6 years ago
VERSION 0954bec884 Add version 5 years ago
configure 43b1edd822 Clean up configure script 5 years ago
hash_table.cpp b21e9e6315 Fix binary search in hash_table's size computation 6 years ago
hash_table.hpp 660325c9c0 Update documentation 4 years ago
lwlock.cpp 9dfc7d1a8f Small improvement in spinlocks 5 years ago
lwlock.hpp ad40770d73 Document lightweight locks 6 years ago
optional.hpp eced9558aa Fix optional assignment 5 years ago
queue.cpp 998e104060 Numerous bug fixes in queue implementation 5 years ago
queue.hpp 660325c9c0 Update documentation 4 years ago
skip_list.cpp 1862fe0908 Fix skip_list initialization 6 years ago
skip_list.hpp ed64852aa8 Fix critical section accounting 5 years ago
stack.cpp 52df628d1a Simplify stack length computation 5 years ago
stack.hpp d48bd7a9e3 Fix stack iterators' operations 5 years ago
utils.hpp 660325c9c0 Update documentation 4 years ago
version.hpp 0954bec884 Add version 5 years ago
xatomic.hpp 9dfc7d1a8f Small improvement in spinlocks 5 years ago
xrcu.cpp d70d1b9a61 Don't use thread::yield 5 years ago
xrcu.hpp 3e4a0038b5 Start work on lock-free queue (incomplete) 5 years ago

README.md

XRCU is a library that provides efficient lockless synchronization for read-mostly tasks and structures.