Announcing rcp 1.0.0: A Refined Reference Counting Pointer for C++

Managing object lifecycles in C++ has always been a balance between safety, performance, and ergonomics. While the Standard Library gives us std::shared_ptr and Boost offers boost::intrusive_ptr, there are often cases where neither is the “perfect” fit. Today, I’m excited to announce the 1.0.0 release of rcp, a C++ library designed to provide a lightweight, intrusive