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.
☆30Updated 4 years ago
Alternatives and similar repositories for async
Users that are interested in async are comparing it to the libraries listed below
Sorting:
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆68Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 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 last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 3 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Fixed size function wrapper like std::function☆69Updated 9 years ago
- Flat containers for C++☆59Updated 2 years ago
- An indirect value-type for C++☆83Updated last year
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- A C++14 and later CRTP template for defining iterators☆74Updated last month
- Task graph-based asynchronous programming system using C++ coroutine☆90Updated last year
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Provides run-time tuple element access☆14Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- C++20 coroutines-based cooperative multitasking library☆106Updated 3 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 5 years ago
- A C++14 reflection library☆72Updated last week
- A curated list of Modern C++ idioms☆21Updated 8 years ago