dian-lun-lin / awesome-cpp-coroutineLinks
The curated list of awesome C++ Coroutine resources.
☆19Updated 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☆93Updated last year
- Scheduling examples using C++20 coroutines☆27Updated 2 years ago
- ☆59Updated last year
- Implementation of the networking proposal P2762☆57Updated last month
- C++ utilities☆55Updated 5 months ago
- Boost.org unordered module☆80Updated this week
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated 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…☆72Updated last year
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- Implementation of the std::execution (P2300, sender/receiver) proposal☆87Updated 3 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆202Updated last year
- Example C++23 and C++20 syntax and tests of compilers and CMake☆114Updated last month
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆107Updated last year
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Coroutine library and toolkit for C++20☆39Updated last month
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated last month
- Issues list for P2300☆33Updated last year
- A fast work-stealing queue template in C++☆321Updated last year
- C++20 Static Branch library☆66Updated 3 months ago
- C++11 compatible charconv☆31Updated last month
- Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"☆244Updated last year
- Cpp lifetime safety profile static analyzer☆62Updated 7 months ago
- Boost.org intrusive module☆59Updated last month
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆96Updated this week
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 8 months ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆91Updated last month