SRombauts / shared_ptrLinks
A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.
☆184Updated 2 years ago
Alternatives and similar repositories for shared_ptr
Users that are interested in shared_ptr are comparing it to the libraries listed below
Sorting:
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆181Updated 5 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Boost.Coroutine2☆134Updated last month
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆288Updated 3 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆441Updated 2 months ago
- C++ library for executors☆505Updated 8 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 4 months ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆247Updated 11 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆420Updated 3 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- A single header standard C++ serialization framework.☆194Updated 3 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆149Updated last year
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆141Updated 2 months ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 3 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Object pool implementation in C++11☆99Updated 4 years ago
- Scope Guard & Defer C++☆173Updated last year
- C++ library for storing and printing backtraces.☆466Updated this week
- a FIFO-ordered associative container for C++☆195Updated last year
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆295Updated 8 months ago
- Boost.Coroutine☆84Updated last month
- Boost.org pool module☆54Updated last month
- A C++ await/yield emulation library for stackless coroutine☆338Updated last year