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 5 years ago
Alternatives and similar repositories for async
Users that are interested in async are comparing it to the libraries listed below
Sorting:
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- Lock-free concurrent work stealing deque in C++☆41Updated 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☆52Updated 2 months ago
- An indirect value-type for C++☆83Updated 2 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆37Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- Yet Another C++ Library☆23Updated 2 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- Simple resource pool for recycling resources in C++☆71Updated 6 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Flat containers for C++☆59Updated 7 months ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- Evaluate mathematical expressions using Boost.Spirit☆32Updated 3 years ago
- llvm::SmallVector stripped from dependencies.☆35Updated 5 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 3 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- A concise and readable metaprogramming language for C++☆62Updated 5 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆115Updated 3 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- Inspect C++ memory in the browser☆102Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago