userspace-rcu - RCU (read-copy-update) implementation in user-space
Website: | http://liburcu.org |
---|---|
License: | LGPLv2+ |
Vendor: | Rocky |
- Description:
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.
Packages
userspace-rcu-0.10.1-4.el8.x86_64 [99 KiB] |
Changelog
by Benjamin Marzinski (2021-02-10):
- Fix CI test package requirements - Resolves: bz #1682555 |