userspace-rcu - RCU (read-copy-update) implementation in user space
Website: | http://www.lttng.org/?q=node/18 |
---|---|
License: | LGPLv2+ |
- 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.9.2-1m.mo8.x86_64 [58 KiB] |
Changelog
by Yohsuke Ooi (2016-11-06):
- (0.9.2-1m) - update 0.9.2 |