dian-lun-lin / awesome-cpp-coroutineLinks
The curated list of awesome C++ Coroutine resources.
☆23Updated last year
Alternatives and similar repositories for awesome-cpp-coroutine
Users that are interested in awesome-cpp-coroutine are comparing it to the libraries listed below
Sorting:
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- Scheduling examples using C++20 coroutines☆28Updated 2 years ago
- C++ utilities☆58Updated last month
- ☆59Updated last year
- Coroutine library and toolkit for C++20☆39Updated last month
- Implementation of the networking proposal P2762☆73Updated 2 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆228Updated 2 years ago
- ☆147Updated 2 months ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- Cpp lifetime safety profile static analyzer☆64Updated 11 months ago
- Boost.org unordered module☆86Updated 2 weeks ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆28Updated last year
- Issues list for P2300☆35Updated last year
- A High-Performance Work-Stealing Queue for C++☆331Updated 2 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated last month
- Template Metaprogramming with C++, published by Packt☆127Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- Example C++23 and C++20 syntax and tests of compilers and CMake☆116Updated last month
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆99Updated 2 weeks ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆116Updated last year
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆76Updated 2 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated last year
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆246Updated last year
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆49Updated 4 years ago
- Implementation of the std::execution (P2300, sender/receiver) proposal☆115Updated last week
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- Slides and other materials from CppCon2021☆118Updated 2 years ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆79Updated 2 weeks ago
- Source Code for `Today’s TBB: C++ Parallel Programming with Threading Building Blocks, Second Edition' by Michael Voss and James Reinder…☆198Updated 7 months ago
- Protocol Puffers: A little, highly templated, and protobuf-compatible serialization/deserialization header-only library written in C++20☆197Updated 7 months ago