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.15.6-2.fc45 | - |
| Fedora 45 | 0.15.6-2.fc45 | - |
| Fedora 44 | 0.15.6-1.fc44 | - |
| Fedora 43 | 0.15.3-2.fc43 | - |
You can contact the maintainers of this package via email at
userspace-rcu dash maintainers at fedoraproject dot org.