This library implements scalable reference counting. Its main purpose is to reduce contention among multiple threads when using reference counted objects, at the expense of increased latency.
As with most GNU packages, libsref follows a very simple convention:
./configure
make
make install
Link with this library (-lsref), and be sure to call the initialization routine, 'sref_lib_init', before calling any other function from the API.
See doc/API.md and doc/design.md
See the files at examples/
Luciano Lo Giudice
Agustina Arzille
Licensed under the GPLv3.