d36u9 / async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
☆29Updated 4 years ago
Alternatives and similar repositories for async:
Users that are interested in async are comparing it to the libraries listed below
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 7 years ago
- An indirect value-type for C++☆82Updated last year
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Flat containers for C++☆59Updated 2 years ago
- C++ Better Futures☆44Updated 2 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 2 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- A curated list of Modern C++ idioms☆21Updated 8 years ago
- C++20 coroutines-based cooperative multitasking library☆104Updated 3 years ago
- C++ serializers benchmark with realistic data☆122Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- A header only structure of arrays container for C++☆41Updated last year
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 6 months ago
- a small lightweight std::execution work-alike☆65Updated 3 weeks ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 10 months ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- C++17 tiny vector math library☆42Updated last year
- ☆26Updated 4 years ago