kingluo / cocoLinks
coco is a simple, stackless, single-threaded, header-only C++20 coroutine library with Go-like concurrency primitives.
☆29Updated last month
Alternatives and similar repositories for coco
Users that are interested in coco are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A header only structure of arrays container for C++☆43Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- C++ Finite State Machine library☆44Updated last month
- C++23 coroutine network framework☆104Updated this week
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Yet Another C++ Library☆24Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- A C++20 serialization library (cereal fork)☆32Updated 7 months ago
- low level system stuff, threads, memory, file descriptors etc☆23Updated last year
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆49Updated 3 months ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆38Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆16Updated 3 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- A unique_ptr implementation with small object optimization☆20Updated 2 weeks ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 5 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- a small lightweight std::execution work-alike☆65Updated 10 months ago
- C++ Better Futures☆50Updated 3 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 4 months ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 6 months ago
- C++17 tiny vector math library☆45Updated 2 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 4 years ago