freebsd-ports/devel/libqsbr/pkg-descr
Steve Wills 6d767890d6 devel/libqsbr: create port
Epoch-Based Reclamation (EBR) and Quiescent-State-Based Reclamation (QSBR) are
synchronisation mechanisms which can be used for efficient memory/object
reclamation (garbage collection) in concurrent environment. Conceptually they
are very similar to the read-copy-update (RCU) mechanism.

WWW: https://github.com/rmind/libqsbr

Will be used by npf port
2019-05-24 14:46:57 +00:00

6 lines
327 B
Text

Epoch-Based Reclamation (EBR) and Quiescent-State-Based Reclamation (QSBR) are
synchronisation mechanisms which can be used for efficient memory/object
reclamation (garbage collection) in concurrent environment. Conceptually they
are very similar to the read-copy-update (RCU) mechanism.
WWW: https://github.com/rmind/libqsbr