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☆29Updated 2 years ago
- Coroutine library and toolkit for C++20☆39Updated 2 months ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆120Updated last year
- Implementation of the networking proposal P2762☆75Updated last month
- Example C++23 and C++20 syntax and tests of compilers and CMake☆118Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆232Updated 2 years ago
- C++ utilities☆58Updated last week
- a small lightweight std::execution work-alike☆65Updated 10 months ago
- ☆59Updated last year
- Boost.org unordered module☆86Updated 2 weeks ago
- A High-Performance Work-Stealing Queue for C++☆333Updated last month
- Implementation of the std::execution (P2300, sender/receiver) proposal☆117Updated this week
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆168Updated last year
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆102Updated last month
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆80Updated last week
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆61Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated 3 weeks ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Cpp lifetime safety profile static analyzer☆65Updated last year
- General-purpose C++ graph library☆235Updated 2 weeks ago
- This is part of the zeus library, just for sharing and funny.☆34Updated 2 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆28Updated 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…☆77Updated 2 years ago
- My own implementation of C++'s smart pointers☆38Updated 5 years ago
- ☆147Updated this week
- An adaption of Senders/Receivers for async networking and I/O☆19Updated 9 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆170Updated last week
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆109Updated this week