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
- An indirect value-type for C++☆82Updated last year
- C++20 coroutines-based cooperative multitasking library☆105Updated 3 years ago
- C++ Better Futures☆44Updated 2 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- a small lightweight std::execution work-alike☆65Updated last month
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Flat containers for C++☆59Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++17 tiny vector math library☆42Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Unofficial mirror of Blaze library on Bitbucket☆63Updated 2 years ago
- Simple resource pool for recycling resources in C++☆68Updated 10 months ago
- Inspect C++ memory in the browser☆97Updated 3 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 3 months ago
- C++ serializers benchmark with realistic data☆123Updated 2 years ago
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆67Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 8 months ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Boost header directory.☆23Updated 2 years ago
- A C++11 memory pool for multi-threaded applications☆34Updated 7 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 11 months ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆78Updated this week
- 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