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.
☆31Updated 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
- Flat containers for C++☆59Updated last month
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- C++20 implementation of {{ mustache }}☆86Updated 8 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆107Updated 3 years ago
- An indirect value-type for C++