dian-lun-lin / awesome-cpp-coroutineLinks
The curated list of awesome C++ Coroutine resources.
☆16Updated 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☆92Updated last year
- Scheduling examples using C++20 coroutines☆26Updated 2 years ago
- Coroutine library and toolkit for C++20☆39Updated last week
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- Boost.org unordered module☆75Updated last month
- C++ utilities☆51Updated 3 months ago
- A fast work-stealing queue template in C++☆315Updated last year
- ☆144Updated last month
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆87Updated last week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆187Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Issues list for P2300☆33Updated last year
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- This is part of the zeus library, just for sharing and funny.☆34Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆105Updated 11 months ago
- Implementation of the networking proposal P2762☆49Updated this week
- Implementation of the std::execution (P2300, sender/receiver) proposal☆80Updated this week
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆94Updated this week
- My own implementation of C++'s smart pointers☆37Updated 5 years ago
- async io-uring based kernel io library☆32Updated 4 years ago
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆241Updated 11 months ago
- Protocol Puffers: A little, highly templated, and protobuf-compatible serialization/deserialization header-only library written in C++20☆186Updated last month
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated last week
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated 2 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 3 months ago
- Boost.org intrusive module☆59Updated last month
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago