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
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last week
- Pipelines for Modern C++☆72Updated 5 years ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A parallel pipeline for stream processing☆69Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆110Updated 3 months ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Flat containers for C++☆59Updated 5 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- Yet Another C++ Library☆23Updated last year
- 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 week
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆146Updated last year
- Container Traits for Modern C++☆30Updated 5 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆37Updated last year
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆78Updated 2 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- A single file C++11 header-only memory mapped file library.☆75Updated 2 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago