107 skills found · Page 4 of 4
managarm / LibsmarterMore powerful reference-counting smart pointers for C++
dzitkowskik / CUDA Smart PointersVery simple implementation of smart pointers for CUDA
HaykDanghyan / Smart PointersSmart Pointers implementation (std::unique_ptr, std::shared_ptr)
sol-prog / Cpp17 Sllist Smart PointersNo description available
copperspice / Cs PointerLibrary of C++ Smart Pointers including an Intrusive Pointer and a Node Manager
MiSo1289 / SboptrC++ smart pointer type with small buffer storage
droundy / Rcu CleanRust crate for easy-to-use smart pointers with interior mutability
yaroshenkonikita / CPP Object ViewerMultithreading, Smart Pointers, OpenGL, CMake, Doxygen, SingleTon, Mediator, Qt6, OpenGLWidget, Team Project
Kabir-Narula / C Plus Plus NotesA complete set of C++ notes covering everything from basic syntax and data types to advanced topics like templates, smart pointers, and coroutines. Perfect for anyone looking to strengthen their understanding of C++!
AmiraslanDev / Weak Pointer Smart Pointers No description available
josugoar / CspSmart pointers for modern C
lkoshale / Cuda Smart PointersA simple wrapper on C++ smart pointers for CUDA
pratikparvati / Smart Pointers In CppNo description available
sh1zen / CastboxA Rust Runtime-Typed Reference-Counted Smart Pointers
yslib / Ref PtrAn implementation of intrusive smart pointer with weak reference support
Qqwy / Rust Backdrop ArcAn Arc (atomically reference counted smart pointer) that supports customized dropping strategies using Backdrop.
supercmmetry / RainmanA lightweight flexible hierarchical memory manager for C++
spratt / SmartPointerThese are C++ pointers which store the address of an object, and count references to that object. When the reference count drops to zero, the object is automatically deallocated.
the1337tum / SmartPointerA simple smart pointer class, implemented with <map>
ziaagikian / Smart PointerC++ Based Smart Pointer