kingluo / coco
coco is a simple stackless, single-threaded, and header-only C++11 coroutine library.
☆14Updated 4 months ago
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☆19Updated 3 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 7 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A collection of cache-friendly data structures in C++, without any dependencies.☆23Updated 7 years ago
- Ordering and sorting in constant low time☆10Updated 2 months ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 3 months ago
- C++ header-only data reflection/introspection☆9Updated 3 years ago
- Data structures for ASTs☆14Updated 2 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.☆13Updated 2 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆16Updated last year
- An abandoned game dev toolset.☆10Updated 3 years ago
- A header only structure of arrays container for C++☆41Updated last year
- Header-only skip list library for modern C++ (C++17/C++20)☆14Updated 3 years ago
- A C++20 meta programming library for manipulating lists of types and values.☆19Updated 7 months ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 3 months ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- A C++ smart pointer with copy-on-write semantics☆15Updated 9 years ago
- Interval library for C++☆12Updated 3 months 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 last year
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Generic 2D graphics library for C++14☆28Updated 3 months ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆16Updated 6 years ago