DanielLiamAnderson / atomic_shared_ptrLinks
Lock-free atomic_shared_ptr implementations
☆45Updated last year
Alternatives and similar repositories for atomic_shared_ptr
Users that are interested in atomic_shared_ptr are comparing it to the libraries listed below
Sorting:
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆198Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆105Updated 11 months ago
- Lightweight structured concurrency for C++20☆139Updated 2 weeks ago
- work contracts☆104Updated last month
- Concurrent Deferred Reference Counting☆166Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 11 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆136Updated last week
- C++20 Static Branch library☆64Updated 3 months ago
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- A simple replacement for std::unordered_map☆50Updated last year
- Polymorphic memory resource for real-time applications.☆72Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆123Updated last month
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Zoo library☆128Updated 2 months ago
- ☆145Updated last month
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆267Updated 2 weeks ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated 2 months ago
- A fast work-stealing queue template in C++☆319Updated last year
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆94Updated last week
- C++20 Meta-Programming library☆292Updated 3 months ago
- B++ Tree☆68Updated last year
- C++20 [Minimal] Static Perfect Hash library☆230Updated last month
- Implementation of the std::execution (P2300, sender/receiver) proposal☆82Updated 2 weeks ago
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Coroutines for C++20 & asio☆300Updated 2 weeks ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆66Updated 9 months ago