[ trixie ]
[ sid ]
[ 源代码: liburcu ]
软件包:liburcu8t64(0.14.1-1)
liburcu8t64 的相关链接
Debian 的资源:
下载源码包 liburcu:
- [liburcu_0.14.1-1.dsc]
- [liburcu_0.14.1.orig.tar.bz2]
- [liburcu_0.14.1.orig.tar.bz2.asc]
- [liburcu_0.14.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [liburcu.org]
相似软件包:
userspace RCU (read-copy-update) library
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.