tankiJong / cpp-coroutine-job-systemLinks
Example Code for Cpp Coroutine Job System talk at CppCon 2020
☆40Updated 5 years ago
Alternatives and similar repositories for cpp-coroutine-job-system
Users that are interested in cpp-coroutine-job-system are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- ☆25Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- How to build and maintain a "global" type-list☆25Updated 5 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- Fixed size function wrapper like std::function☆70Updated 9 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++20 compile-time reflection library.☆35Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A C++ 14 implementation of graph data structures☆34Updated 9 years ago
- ☆17Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆68Updated last year
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago
- WIP☆27Updated 6 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 4 months ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆52Updated 5 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago