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:
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Boost.org unordered module☆75Updated last month
- Google Benchmark data visualization tool☆27Updated last month
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- 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
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A C++14 reflection library☆74Updated 2 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- A parallel pipeline for stream processing☆66Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- An indirect value-type for C++☆83Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- C++ serializers benchmark with realistic data☆125Updated 2 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 …☆31Updated 4 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- A C++ serialization/deserialization library designed with embedded systems in mind☆97Updated 2 months ago
- A bunch of small C++ utilities☆66Updated last year
- Docker container with compilers and tooling for basic C++ projects☆81Updated 3 years ago
- C++11 compatible charconv☆31Updated last week
- C++ features jump start☆123Updated 2 years ago
- C++ developer tool for detecting deadlocks☆45Updated 5 months ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated 2 years ago