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