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.1-1.fc42 | - |
Fedora 41 | 0.14.0-5.fc41 | - |
Fedora 40 | 0.14.0-4.fc40 | - |
You can contact the maintainers of this package via email at
userspace-rcu dash maintainers at fedoraproject dot org
.