SRombauts / shared_ptr
A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.
☆181Updated 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
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- High performance C++11 thread pool☆572Updated 4 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…☆278Updated 2 months ago
- Boost.Coroutine2☆129Updated last month
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆416Updated 3 years ago
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- A single header standard C++ serialization framework.☆191Updated 3 years ago
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆177Updated 5 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆244Updated 11 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☆429Updated 7 months ago
- nanorpc - lightweight RPC in pure C++ 17☆239Updated 2 years ago
- C++ library for storing and printing backtraces.☆448Updated this week
- Boost.Coroutine☆81Updated last month
- 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 …☆137Updated this week
- C++ library for executors☆497Updated 8 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 8 months ago
- A feature complete LRU cache implementation in C++☆245Updated 5 years ago
- Object pool implementation in C++11☆94Updated 4 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- Boost.org interprocess module☆142Updated last month
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆182Updated 2 years ago
- STL-based caches for C++☆115Updated last year
- 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 this week
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆402Updated 5 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- A simple C++11 reflection/serialization framework.☆129Updated 9 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆164Updated 7 months ago
- Various open addressing hashmap algorithms in C++☆254Updated 3 years ago