utilForever / CppIdiomsLinks
A curated list of Modern C++ idioms
☆23Updated 8 years ago
Alternatives and similar repositories for CppIdioms
Users that are interested in CppIdioms are comparing it to the libraries listed below
Sorting:
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 6 months ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆143Updated last year
- Priority-based Task Scheduling for Modern C++☆90Updated 4 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Simple resource pool for recycling resources in C++☆69Updated last month
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A bunch of small C++ utilities☆66Updated last year
- A C++ serialization/deserialization library designed with embedded systems in mind☆98Updated 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
- An indirect value-type for C++☆83Updated last year
- Example C++23 and C++20 syntax and tests of compilers and CMake☆112Updated 2 weeks ago
- Finite State Machine implementation using std::variant☆89Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- A parallel pipeline for stream processing☆69Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Coroutine support tools☆36Updated 5 months ago
- A C++14 reflection library☆75Updated last week