SRombauts / shared_ptrLinks
A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.
☆188Updated 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:
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 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…☆293Updated 4 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆425Updated 4 months ago
- High performance C++11 thread pool☆583Updated 5 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆132Updated 6 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆198Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆169Updated last year
- Boost.Coroutine2☆135Updated last month
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆138Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- 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 …☆149Updated last month
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆434Updated 5 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆454Updated last month
- Your standard library for metaprogramming☆30Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- A single header standard C++ serialization framework.☆197Updated 3 years ago
- C++ library for storing and printing backtraces.☆477Updated this week
- Based on gmock, can mock global function, member function, class static function without changing source code.☆81Updated last year
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆410Updated 6 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- A tool for creating an amalgamation from C and C++ sources☆467Updated 8 years ago