tirimatangi / LazyLinks
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
β112Updated last year
Alternatives and similar repositories for Lazy
Users that are interested in Lazy are comparing it to the libraries listed below
Sorting:
- π Up your type-game. A small C++ library for compile-time type names and type indices.β73Updated 3 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!β181Updated 2 months ago
- Core abstractions for dealing with concurrency in C++β66Updated last year
- SPY - C++ Information Brokerβ155Updated last week
- C++14 code to convert integers to strings at compile-timeβ120Updated 7 months ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.β116Updated 3 years ago
- Single-header library facilities for C++2a Coroutinesβ81Updated 3 years ago
- Bit containers, sequences, and views for everyone. π·οΈβ127Updated 3 years ago
- repr for Modern C++: Return printable string representation of a valueβ85Updated 4 years ago
- low-level library for minimizing the size of your typesβ113Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averagβ¦β156Updated 3 weeks ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loopholeβ175Updated 6 years ago
- Light, fast, threadpool for C++20β102Updated 2 years ago
- Meta C++ Library and Toolβ82Updated 2 years ago
- Port of Golang channels to C++β180Updated 2 years ago
- An indirect value-type for C++β83Updated last year
- A lightweight, non-owning reference to a callable.β175Updated 3 years ago
- Future C++ implementation of Rust-like trait objects with no boilerplateβ119Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17β150Updated 3 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more