counting-pointer 0.2.0

Provides structs of reference counting pointers. The perforance is better than 'std::rc::Rc' and than 'std::sync::Arc' by counting only the strong references but not weak the references.
Documentation
1
initSidebarItems({"struct":[["Asc","A thread-safe strong reference-counting pointer. 'Asc' stands for 'Atomic Strong Counted.'"],["Sc","A single-threaded strong reference-counting pointer. 'Sc' stands for 'Strong Counted.'"]]});