hudson-trading / corralLinks
Lightweight structured concurrency for C++20
☆129Updated last week
Alternatives and similar repositories for corral
Users that are interested in corral are comparing it to the libraries listed below
Sorting:
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆117Updated this week
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆261Updated last week
- c++ wrapper around libpapi☆76Updated 7 years ago
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- C++20 [Minimal] Static Perfect Hash library☆223Updated 2 months ago
- Lock-free atomic_shared_ptr implementations☆43Updated last year
- C++20 Meta-Programming library☆285Updated last month
- Issues list for P2300☆33Updated last year
- Zoo library☆125Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆310Updated 2 years ago
- Coroutines for C++20 & asio☆290Updated last week
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆95Updated this week
- ☆144Updated last week
- Concurrent Deferred Reference Counting☆165Updated last year
- An implementation of Seqlock in C++11☆215Updated 11 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆106Updated 10 months ago
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆101Updated last year
- Greg's Template Library of useful classes.☆203Updated last month
- Implementation of the networking proposal P2762☆44Updated 2 weeks ago
- Boost.org unordered module☆75Updated 3 weeks ago
- Sockets, timers, resolvers, events, reactors, proactors, and thread pools for asynchronous network programming☆84Updated 2 weeks ago
- Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.☆176Updated 2 months ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆599Updated this week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- Very fast lock-free queue (thread safe)☆147Updated 6 months ago
- Branch Optimisation for High-frequency Trading☆56Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆219Updated 9 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆63Updated 8 months ago