A userspace RCU (read-copy-update) library, liburcu.
A userspace RCU (read-copy-update) library, liburcu. This data synchronization library provides read-side access which scales linearly with the number of cores.
A userspace RCU (read-copy-update) library, liburcu. This data synchronization library provides read-side access which scales linearly with the number of cores.
To install userspace-rcu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install userspace-rcu
To see what files were installed by userspace-rcu, run:
port contents userspace-rcu
To later upgrade userspace-rcu, run:
sudo port selfupdate && sudo port upgrade userspace-rcu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.