dian-lun-lin / awesome-cpp-coroutineLinks
The curated list of awesome C++ Coroutine resources.
☆15Updated 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
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- C++ utilities☆49Updated 3 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 9 months ago
- Coroutine library and toolkit for C++20☆38Updated 3 months ago
- Template Metaprogramming with C++, published by Packt☆107Updated 2 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Boost.org unordered module☆75Updated 3 weeks ago
- A simple and fast minimalistic header-only library allowing to run async tasks and execute task graphs.☆53Updated 7 months ago
- A C++ implementation of a LRU cache☆38Updated 5 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆106Updated 10 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- A fast work-stealing queue template in C++☆311Updated last year
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated last year
- ☆57Updated last year
- ☆144Updated last week
- Concurrency with modern C++☆31Updated 4 years ago
- There is my code snippet.☆118Updated 9 months ago
- Issues list for P2300☆33Updated last year
- Implementation of the std::execution (P2300, sender/receiver) proposal☆77Updated this week
- 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…☆253Updated 11 months ago
- High performance HTTP server built on C++20 coroutines and io_uring☆165Updated 11 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- 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