SRombauts / shared_ptrLinks
A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.
☆188Updated 3 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
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆426Updated 5 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆133Updated 6 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…☆294Updated 4 months ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Boost.Coroutine2☆135Updated last week
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- High performance C++11 thread pool☆584Updated 5 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- PolyM is a very simple C++ message queue intended for inter-thread communication☆199Updated last year
- Boost.org interprocess module☆165Updated this week
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆412Updated 6 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆142Updated 4 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆434Updated 5 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- A feature complete LRU cache implementation in C++☆260Updated 5 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
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆458Updated last month
- STL-based caches for C++☆116Updated 2 years ago
- Header-only C++ logging library☆140Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- Object pool implementation in C++11☆100Updated 4 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- C++ library for executors☆513Updated 9 years ago
- Spirit X3 Experimental☆147Updated 9 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 4 years ago
- Boost.Lockfree☆147Updated last week
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago