There are 0 repository under reference-count topic.
Resource Acquisition Is Initialization
Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters
This is an implementation of Garbage Collector in C++. This is similar to shared_ptr.
RCGC algorithm for a better shared_ptr in C++ or a better GC implementation in other languages such as GO.