dian-lun-lin / awesome-cpp-coroutineLinks
The curated list of awesome C++ Coroutine resources.
☆20Updated 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☆94Updated last year
- Scheduling examples using C++20 coroutines☆27Updated 2 years ago
- Coroutine library and toolkit for C++20☆39Updated 2 months ago
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- C++ utilities☆55Updated 6 months ago
- Implementation of the networking proposal P2762☆60Updated 2 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated last year
- ☆59Updated last year
- ☆145Updated last week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆207Updated last year
- Boost.org unordered module☆80Updated this week
- Implementation of the std::execution (P2300, sender/receiver) proposal☆88Updated last week
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆92Updated 2 months ago
- Issues list for P2300☆33Updated last year
- A fast work-stealing queue template in C++☆321Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆168Updated last year
- Slides and other materials from CppCon2021☆115Updated 2 years ago
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆96Updated this week
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆74Updated 2 weeks ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆110Updated last year
- My own implementation of C++'s smart pointers☆35Updated 5 years ago
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆56Updated 10 months ago
- An adaption of Senders/Receivers for async networking and I/O☆19Updated 5 months ago
- General-purpose C++ graph library☆228Updated last month
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆261Updated last year
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆244Updated last year
- C++11 metaprogramming library☆268Updated last week
- 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…☆73Updated last year
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago