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:
- Flat containers for C++☆59Updated 2 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆63Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 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☆49Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆143Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Simple resource pool for recycling resources in C++☆70Updated 2 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- An indirect value-type for C++☆83Updated last year
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- C++20 implementation of {{ mustache }}☆86Updated 9 months ago
- Light and self-contained implementation of C++17 parallel algorithms.☆36Updated 9 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- low level system stuff, threads, memory, file descriptors etc☆21Updated 7 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Inspect C++ memory in the browser☆98Updated 3 years ago
- Modern C++ generic header-only template library.☆103Updated last month
- Profiling Taskflow Programs through Visualization☆50Updated 2 years ago