| Name: | userspace-rcu |
|---|---|
| Version: | 0.10.2 |
| Release: | 1.module+el8.1.0+5570+d27ffa61 |
| Architecture: | x86_64 |
| Module: | glusterfs:6:20200326083700:9edba152 glusterfs:6:20200917000253:9edba152 glusterfs:6:20210115022700:9edba152 |
| Group: | System Environment/Libraries |
| Size: | 404723 |
| License: | LGPLv2+ |
| RPM: | userspace-rcu-0.10.2-1.module+el8.1.0+5570+d27ffa61.x86_64.rpm |
| Source RPM: | userspace-rcu-0.10.2-1.module+el8.1.0+5570+d27ffa61.src.rpm |
| Build Date: | Thu Mar 26 2020 |
| Build Host: | jenkins-10-147-72-125-65312dbb-cd61-41b2-a619-fdc046990b45.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | http://liburcu.org |
| Summary: | RCU (read-copy-update) implementation in user-space |
| 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. |