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

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

README.md

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