RCU (read-copy-update) implementation in user-space
This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.14.0-2.fc39 | - |
Fedora 38 | 0.13.2-2.fc38 | - |
Fedora 37 | 0.13.0-5.fc37 | - |
EPEL 7 | 0.7.16-1.el7 | - |
You can contact the maintainers of this package via email at
userspace-rcu dash maintainers at fedoraproject dot org
.