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.
☆29Updated 4 years ago
Alternatives and similar repositories for async:
Users that are interested in async are comparing it to the libraries listed below
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 7 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated last month
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 3 weeks ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- Priority-based Task Scheduling for Modern C++☆87Updated 4 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- C++ serializers benchmark with realistic data☆121Updated 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
- Flat containers for C++☆59Updated 2 years ago
- a small lightweight std::execution work-alike☆64Updated 2 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Light, fast, threadpool for C++20☆98Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- Tiny Test System☆27Updated this week
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 7 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- Collection of header-only utilities for C++☆35Updated last year
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year