Package: liburcu8t64 Status: install reinstreq unpacked Priority: optional Section: libs Installed-Size: 363 Maintainer: Jon Bernard Architecture: amd64 Multi-Arch: same Source: liburcu Version: 0.15.2-2 Replaces: liburcu8 Provides: liburcu8 (= 0.15.2-2) Depends: libc6 (>= 2.38) Breaks: liburcu8 (<< 0.15.2-2) Description: 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. Homepage: https://liburcu.org/