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++ serializers benchmark with realistic data☆127Updated 2 years ago
- Flat containers for C++☆59Updated 6 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆37Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- 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
- Inspect C++ memory in the browser☆102Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last week
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated last month
- Simple resource pool for recycling resources in C++☆71Updated 6 months ago
- An indirect value-type for C++☆83Updated 2 years ago
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- Task graph-based asynchronous programming system using C++ coroutine☆98Updated last year
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- A fast and flexible c++ template class for tree data structures☆114Updated 4 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last week
- C++20 implementation of {{ mustache }}☆86Updated last year
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- A parallel pipeline for stream processing☆69Updated 3 years ago
- C++17 tiny vector math library☆45Updated 2 years ago
- llvm::SmallVector stripped from dependencies.☆35Updated 5 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- Google Benchmark data visualization tool☆30Updated 7 months ago
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- low level system stuff, threads, memory, file descriptors etc☆22Updated 11 months ago