Package libuserspace-rcu: Information
Source package: libuserspace-rcu
Version: 0.15.1-alt1
Build time: Mar 16, 2025, 04:33 PM
Category: System/Libraries
Report package bugHome page: http://lttng.org/urcu/
License: LGPLv2+
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.
List of RPM packages built from this SRPM:
libuserspace-rcu (riscv64)
libuserspace-rcu-debuginfo (riscv64)
libuserspace-rcu-devel (riscv64)
libuserspace-rcu (riscv64)
libuserspace-rcu-debuginfo (riscv64)
libuserspace-rcu-devel (riscv64)
Maintainer: Vitaly Lipatov
Last changed
March 12, 2025 Vitaly Lipatov 0.15.1-alt1
- new version 0.15.1 (with rpmrb script)
Dec. 3, 2024 Vitaly Lipatov 0.14.1-alt1
- new version 0.14.1 (with rpmrb script)
July 26, 2023 Vitaly Lipatov 0.14.0-alt1
- new version 0.14.0 (with rpmrb script) - add BR: gcc-c++