SRombauts / shared_ptr
A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.
☆182Updated 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
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆243Updated 11 years ago
- nanorpc - lightweight RPC in pure C++ 17☆242Updated 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…☆280Updated 3 months ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 3 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆147Updated 10 months ago
- High performance C++11 thread pool☆572Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 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☆431Updated 9 months ago
- Boost.Lockfree☆129Updated this week
- Template meta programming package by C++11.☆130Updated 8 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- C++ library for executors☆499Updated 8 years ago
- C++ library for storing and printing backtraces.☆455Updated 2 weeks ago
- Boost.org interprocess module☆143Updated last week
- A feature complete LRU cache implementation in C++☆248Updated 5 years ago
- Boost Logging library☆186Updated 2 months ago
- A single header standard C++ serialization framework.☆191Updated 3 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
- 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 …☆139Updated last month
- STL-based caches for C++☆115Updated last year
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆75Updated 3 years ago
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆181Updated 2 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- A header-only C++ library for task concurrency☆624Updated last year
- Object pool implementation in C++11☆97Updated 4 years ago
- Header-only C++ logging library☆138Updated last month
- Boost.Coroutine2☆130Updated 3 months ago