utilForever / CppIdiomsLinks
A curated list of Modern C++ idioms
☆25Updated 9 years ago
Alternatives and similar repositories for CppIdioms
Users that are interested in CppIdioms are comparing it to the libraries listed below
Sorting:
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Example C++23 and C++20 syntax and tests of compilers and CMake☆117Updated last month
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Code samples from https://vorbrodt.blog/☆115Updated last month
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- Concurrency with modern C++☆33Updated 4 years ago
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- a small lightweight std::execution work-alike☆65Updated 10 months ago
- low level system stuff, threads, memory, file descriptors etc☆23Updated 11 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- Pipelines for Modern C++☆76Updated 5 years ago
- Simple resource pool for recycling resources in C++☆71Updated 6 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆37Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- Header-only C++17 library for evaluating logical expressions.☆88Updated 4 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 …☆32Updated 5 years ago
- A C++ serialization/deserialization library designed with embedded systems in mind☆101Updated 8 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- An indirect value-type for C++☆83Updated 2 years ago
- A C++14 reflection library☆78Updated last month
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- A bunch of small C++ utilities☆70Updated 2 years ago
- A parallel pipeline for stream processing☆69Updated 3 years ago
- Object pool implementation in C++11☆101Updated 5 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago