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
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Flat containers for C++☆59Updated 5 months 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☆50Updated 3 weeks 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
- C++20 implementation of {{ mustache }}☆86Updated last year
- An indirect value-type for C++☆83Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- A fast and flexible c++ template class for tree data structures☆113Updated 3 months ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆66Updated 3 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 5 months ago
- Modern C++ generic header-only template library.☆104Updated 5 months ago
- A single file C++11 header-only memory mapped file library.☆73Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Container Traits for Modern C++☆28Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated this week
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated 3 weeks ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago
- A graph concurrent library for C++☆63Updated 2 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- A parallel pipeline for stream processing☆69Updated 3 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago