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.13.0-3.fc35 | - |
| Fedora 35 | 0.13.0-3.fc35 | - |
| Fedora 34 | 0.12.1-3.fc34 | - |
| 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.