kingluo / coco
coco is a simple stackless, single-threaded, and header-only C++11 coroutine library.
☆11Updated last week
Alternatives and similar repositories for coco:
Users that are interested in coco are comparing it to the libraries listed below
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 3 years ago
- A C++ smart pointer with copy-on-write semantics☆15Updated 8 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆19Updated 3 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…☆19Updated 9 months ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 4 years ago
- A collection of cache-friendly data structures in C++, without any dependencies.☆23Updated 6 years ago
- C++20 SIMD Within A Register library☆28Updated 4 months ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆27Updated last year
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 5 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated last year
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- Embrace (post) modern C++☆9Updated 3 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- A clean implementation of reflection and related proposals.☆29Updated 6 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 9 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- Offline Shader Editor based on wxWidgets☆11Updated 4 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 7 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated 11 months ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆21Updated last year
- Result<T, E> for Modern C++☆32Updated 4 years ago
- The Fancy Named Parameters Library☆30Updated 2 months ago
- self education and historical research of the C++ compiler cfront v1.0☆21Updated 9 years ago
- C++ wrapper for modern OpenGL API☆14Updated 2 months ago