chaelim / CoroutineLinks
Collection of C++ Coroutine sample code
☆12Updated last year
Alternatives and similar repositories for Coroutine
Users that are interested in Coroutine are comparing it to the libraries listed below
Sorting:
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆97Updated last year
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Boost.org unordered module☆86Updated this week
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Flat containers for C++☆59Updated 6 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last week
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 2 weeks ago
- ☆128Updated 2 years ago
- misc. notes on C++ experimental coroutine under clang/llvm 5 and 6☆18Updated 8 years ago
- A handy script to visualize google benchmark output☆57Updated 3 years ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated 3 weeks ago
- ☆25Updated 5 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- A simple replacement for std::unordered_map☆51Updated 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…☆75Updated last year
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆165Updated 2 weeks ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- Scheduling examples using C++20 coroutines☆28Updated 2 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆69Updated last year