d36u9 / asyncLinks
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.
☆32Updated 4 years ago
Alternatives and similar repositories for async
Users that are interested in async are comparing it to the libraries listed below
Sorting:
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Flat containers for C++☆59Updated 4 months ago
- low level system stuff, threads, memory, file descriptors etc☆22Updated 9 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- An indirect value-type for C++☆84Updated 2 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- Simple resource pool for recycling resources in C++☆71Updated 4 months ago
- Polymorphic memory resource for real-time applications.☆73Updated 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☆50Updated last month
- C++20 implementation of {{ mustache }}☆86Updated 11 months ago
- C++20 Dynamic Reflection Library☆139Updated 7 months ago
- Yet Another C++ Library☆23Updated last year
- Pipelines for Modern C++☆71Updated 5 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆75Updated 3 years ago
- Light, fast, threadpool for C++20☆108Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆69Updated 4 months ago
- A header only structure of arrays container for C++☆42Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year