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.
☆32Updated 5 years ago
Alternatives and similar repositories for async
Users that are interested in async are comparing it to the libraries listed below
Sorting:
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆38Updated 4 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Flat containers for C++☆59Updated 7 months ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- Pipelines for Modern C++☆76Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- Simple resource pool for recycling resources in C++☆71Updated 6 months ago
- A single file C++11 header-only memory mapped file library.☆72Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- An indirect value-type for C++☆83Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- A fast and flexible c++ template class for tree data structures☆115Updated 5 months 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☆52Updated 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 concise and readable metaprogramming language for C++☆62Updated 5 years ago
- Yet Another C++ Library☆24Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- a tool to count accesses to member variables in c++ programs☆79Updated 12 years ago
- A graph concurrent library for C++☆63Updated 2 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- Header-only pure C++11 library providing signal and slot functionality☆18Updated 6 years ago
- A lightweight lazy-loading wrapper written in Modern C++☆48Updated 8 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago