[ bookworm ]
[ sid ]
[ 原始碼: liburcu ]
套件:liburcu8(0.13.2-1)
liburcu8 的相關連結
Debian 的資源:
下載原始碼套件 liburcu:
- [liburcu_0.13.2-1.dsc]
- [liburcu_0.13.2.orig.tar.bz2]
- [liburcu_0.13.2.orig.tar.bz2.asc]
- [liburcu_0.13.2-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.