utilForever / CppIdiomsLinks
A curated list of Modern C++ idioms
☆22Updated 8 years ago
Alternatives and similar repositories for CppIdioms
Users that are interested in CppIdioms are comparing it to the libraries listed below
Sorting:
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- A bunch of small C++ utilities☆66Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Libunifex networking library☆20Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- An indirect value-type for C++☆83Updated last year
- A header only structure of arrays container for C++☆41Updated 2 years ago
- C++20 Dynamic Reflection Library☆137Updated 3 months 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 …☆31Updated 4 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Pipelines for Modern C++☆67Updated 4 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- A C++14 reflection library☆73Updated last month
- A parallel pipeline for stream processing☆66Updated 2 years ago
- Boost.org unordered module☆75Updated 3 weeks ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- C++20 Microservice Bootstrapping Framework☆224Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- Finite State Machine implementation using std::variant☆88Updated 5 years ago
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- Google Benchmark data visualization tool☆27Updated last month
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 9 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago