Projects in Awesome Lists tagged with smart-pointers
A curated list of projects in awesome lists tagged with smart-pointers .
https://github.com/downdemo/design-patterns-in-cpp17
C++17 implementation of 23 GoF design patterns for zero memory leaks using smart pointers.
design-patterns smart-pointers
Last synced: 09 Apr 2025
https://github.com/downdemo/Design-Patterns-in-Cpp17
C++17 implementation of 23 GoF design patterns for zero memory leaks using smart pointers.
design-patterns smart-pointers
Last synced: 01 May 2025
https://github.com/ericlbuehler/trc
A faster Arc.
reference-counting rust smart-pointers
Last synced: 14 Apr 2025
https://github.com/cschreib/observable_unique_ptr
Unique-ownership smart pointers with observable lifetime.
cpp cpp17 header-only ownership-types smart-pointers
Last synced: 06 May 2025
https://github.com/copperspice/cs_pointer
Library of C++ Smart Pointers including an Intrusive Pointer and a Node Manager
cpp intrusive-pointer smart-pointers
Last synced: 11 Jun 2025
https://github.com/denismurphy/modern-template-techniques
Modern Template Techniques
abstract-class auto class constexpr cpp-templates educational lambda smart-pointers struct template-argument-deduction virtual-function
Last synced: 08 Apr 2025
https://github.com/itcodehery/advanced-rust-codemaiden
Memory, Safe/Unsafe Code, Clean Code
rust rust-lang smart-pointers unsafe-code
Last synced: 23 Sep 2025
https://github.com/dna-intricate/intricatepointers
A single-header containing smart pointer implementations in C++20
cpp20 memory-management reference-counting single-header smart-pointers
Last synced: 08 Sep 2025
https://github.com/giuliom/basiccpplibrary
Basic Cpp Library
algorithms concurrency cplusplus cplusplus-11 cpp cpp-library cpp11 cpp14 cpp17 cpp20 cpp23 memory-management multithreading regex-match searching-algorithms smart-pointers sorting-algorithms
Last synced: 29 Oct 2025
https://github.com/jacintogomez/tandon_bridge_resources
Various scripts related to NYU Tandon Bridge topics (mostly OOP)
arrays binary-search-tree encapsulation file-reading file-writing linked-list object-oriented-programming overloading pointers polymorphism smart-pointers typedef
Last synced: 31 Jul 2025
https://github.com/gregorykogan/mephi-laboratory-works
Some of my programming laboratory works at MEPhI
c cpp data-structures dynamic-array inheritance laboratory-works linked-list oop smart-pointers
Last synced: 15 May 2025
https://github.com/aryanjain28/practicing-cpp
I am currently revising advance C++ concepts just to understand the language better. So I thought of creating this repo!
advanced-cpp cpp11 cpp14 l-value-references lvalue move-semantics oops-in-cpp r-value-references rvalue smart-pointers templates-cpp
Last synced: 22 Oct 2025
https://github.com/benpm/cppmempool
very simple C++ heterogeneous memory pool with thread safety
cpp memory-allocation memory-arena memory-management memory-pool smart-pointers
Last synced: 04 Oct 2025
https://github.com/coders-school/memory-management
cplusplus cpp heap pointers smart-pointers stack
Last synced: 07 Sep 2025
https://github.com/mguludag/unique_ptr-shared_ptr-4-qt
std::unique_ptr and std::shared_ptr aliases for QObject based types also built-in custom deleters for it.
cpp memory-management qt raii smart-pointers
Last synced: 10 Jun 2025
https://github.com/prosenjitjoy/Learning-Modern-Cpp
Collection of code stanzas used for learning Modern C++ (11-23)
class-enum classes concept cpp20 exceptions filesystem operator-overloading references smart-pointers std thread
Last synced: 19 Aug 2025
https://github.com/meircif/lumi-safe-ptr
Safe wrapper of C++ smart pointers
cplusplus cplusplus-11 hacktoberfest header-only smart-pointers
Last synced: 24 Mar 2025
https://github.com/mohameds-dev/ordered_map_lib
Building an implementation of Ordered Map in C++.
cmake cpp17 data-structures hash-tables linked-list pointers smart-pointers test-driven-development
Last synced: 29 Oct 2025
https://github.com/randomgamingdev/vinegar
Smart Pointer Library Made in C++
cpp garbage-collection garbage-collector header header-only memory memory-management pointers smart-pointer smart-pointers
Last synced: 13 Mar 2025
https://github.com/vbsantos/cpp-library-example
Example of Library using OOP
cpp map oop smart-pointers unordered-map vector
Last synced: 24 Jun 2025
https://github.com/zzemlyanaya/filp_mo201
Лабораторные работу по курсу ФИЛП МатМех УрФУ весна 2023
allocators avl-tree binary-tree block-allocator buddy-system-allocation c-plus-plus memory-allocation smart-pointers treap
Last synced: 09 May 2025
https://github.com/bhttchr6/computational-geometry-problems
Computational geometry and smart pointers related problems
collision-detection computational-geometry operator-overloading raytracing smart-pointers
Last synced: 21 Mar 2025
https://github.com/azurespheredev/rust-exploratorium
🚀 Master Rust programming with this comprehensive roadmap! Explore fundamental and advanced concepts, code examples, and resources.
borrowing cargo clippy data-science iot lifetimes opensource ownership parallelism rust rustfmt smart-pointers
Last synced: 25 Nov 2025
https://github.com/levieyal/cpp-course-exercises
All the exercises in the Systems Programming in C++ course that took place in the second semester of 2021
iterators memory-management oops-in-cpp overloaded-operators smart-pointers stl-algorithms templates test-driven-development unit-testing virtual-functions
Last synced: 26 Mar 2025
https://github.com/pwalig/oop_ptr
smart pointer for managing objects that utilize object oriented programming paradigm of C++
copy-assignment cplusplus cpp object-oriented-programming oop ownership pointer pointers smart-pointer smart-pointers
Last synced: 02 Apr 2025
https://github.com/marko19907/cpp-exam
"C++ for programmers" (INFT2503) exam, fall 2022.
cmake cpp cpp-templates cpp14 exam lambda-functions object-oriented-programming operator-overloading smart-pointers
Last synced: 25 Oct 2025
https://github.com/oldcrow/libhmm
Modern C++17 Hidden Markov Model library with smart pointer memory management, comprehensive training algorithms, and critical bug fixes. Features Viterbi training, multiple probability distributions, and memory-safe implementation.
baum-welch baum-welch-algorithm cmake cpp cpp17 hidden-markov-models machine-learning probability smart-pointers statistics viterbi-algorithm
Last synced: 28 Jun 2025
https://github.com/dinhtap/exception-safe-stack
A stack with exception safety and memory management with smart pointers
exception-handling smart-pointers
Last synced: 21 Sep 2025
https://github.com/prosenjitjoy/learning-modern-cpp
Collection of code stanzas used for learning Modern C++
atomics classes design-patterns exceptions filesystem generic references smart-pointers stl thread tmp
Last synced: 05 Nov 2025
https://github.com/marko19907/cpp-assignments
C++ assignments, NTNU's "C++ for programmers" (INFT2503) course, fall 2022.
cmake cpp cpp-examples cpp-stl cpp-templates cpp14 lambda-function object-oriented object-oriented-programming operator-overloading polymorphism smart-pointers
Last synced: 19 Oct 2025