d36u9 / async
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.
☆28Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for async
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years 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☆48Updated 5 months ago
- C++17 tiny vector math library☆41Updated 11 months ago
- Lock-free concurrent work stealing deque in C++☆36Updated 6 years ago
- Type traits for properties of C / C++ enum types☆20Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- An indirect value-type for C++☆82Updated last year
- Flat containers for C++☆56Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆39Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆40Updated last year
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Fixed size function wrapper like std::function☆68Updated 8 years ago
- Collection of header-only utilities for C++☆35Updated 11 months ago
- Optimizing the memory layout of std::tuple☆33Updated 4 years ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week
- C++ serializers benchmark with realistic data☆118Updated last year
- Lightweight C++ RPC framework without code generation☆34Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆71Updated 2 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆67Updated 5 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆70Updated this week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆59Updated 4 years ago
- C++ Concurrency library!☆26Updated 5 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- C++20 coroutines-based cooperative multitasking library☆105Updated 3 years ago