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

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

README.md

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