RCU (read-copy-update) implementation in user space
http://lttng.org/urcu/
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout isv:perlur:epel/userspace-rcu && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| userspace-rcu-0.7.16.tar.bz2 | 0000392448 383 KB | |
| userspace-rcu.spec | 0000003352 3.27 KB |
Comments 0