DanielLiamAnderson / atomic_shared_ptrLinks
Lock-free atomic_shared_ptr implementations
☆48Updated 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☆231Updated 2 years ago
- Lightweight structured concurrency for C++20☆158Updated last month
- work contracts☆119Updated 2 months ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆117Updated this week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- C++20 Static Branch library☆96Updated 8 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆170Updated this week
- a small lightweight std::execution work-alike☆65Updated 10 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- Zoo library☆135Updated 7 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆120Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆286Updated last week
- A fast, simple tuple implementation that implements tuple as an aggregate☆227Updated last year
- Concurrent Deferred Reference Counting☆174Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆141Updated last month
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- C++20 Compact Tuple Tools☆57Updated this week
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆83Updated 2 months ago
- Issues list for P2300☆35Updated last year
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆108Updated last week
- Coroutines for C++20 & asio☆331Updated this week
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++20 [Minimal] Static Perfect Hash library☆253Updated 6 months ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated 3 weeks ago