chaelim / CoroutineLinks
Collection of C++ Coroutine sample code
☆12Updated last year
Alternatives and similar repositories for Coroutine
Users that are interested in Coroutine are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- A handy script to visualize google benchmark output☆57Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- ☆128Updated 2 years ago
- Flat containers for C++☆59Updated 7 months ago
- Boost.org unordered module☆86Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last week
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated 2 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Code samples from https://vorbrodt.blog/☆115Updated 2 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- ☆25Updated 5 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 10 years ago
- Library for extracting stacktrace from exception.☆48Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year