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:
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- An indirect value-type for C++☆83Updated last year
- Pipelines for Modern C++☆67Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- C++ Better Futures☆45Updated 2 years ago
- Inspect C++ memory in the browser☆98Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated this week
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated this week
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 10 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Simple resource pool for recycling resources in C++☆69Updated 2 weeks ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- C++17 tiny vector math library☆43Updated last year
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- C++20 implementation of {{ mustache }}☆86Updated 7 months ago
- 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
- Container Traits for Modern C++☆29Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Modern C++ generic header-only template library.☆102Updated 2 years ago