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.
☆30Updated 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 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- An indirect value-type for C++☆83Updated last year
- low level system stuff, threads, memory, file descriptors etc☆21Updated 4 months ago
- Flat containers for C++☆59Updated 2 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Polymorphic memory resource for real-time applications.☆70Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- llvm::SmallVector stripped from dependencies.☆34Updated 5 years ago
- C++20 coroutines-based cooperative multitasking library☆106Updated 3 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- CppProperties is a single header libaray for enabling the property system architecture☆39Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Open-hierarchy Fast RTTI framework for C++17 and up with support for multiple inheritance and dynamic casting.☆40Updated 2 years ago