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:
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆166Updated last year
- Code samples from https://vorbrodt.blog/☆114Updated 5 months ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 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
- An indirect value-type for C++☆84Updated 2 years ago
- A parallel pipeline for stream processing☆69Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Light, fast, threadpool for C++20☆104Updated 2 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆64Updated last week
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated last year
- Docker container with compilers and tooling for basic C++ projects☆80Updated 4 years ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆94Updated 2 years ago
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- C++20 Microservice Bootstrapping Framework☆229Updated last week
- A lightweight lazy-loading wrapper written in Modern C++☆48Updated 8 years ago
- A bunch of small C++ utilities☆66Updated last year
- low level system stuff, threads, memory, file descriptors etc☆22Updated 8 months ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆93Updated last year
- Repository with examples for the C++20 Coroutines video and article.☆29Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- Boost.org unordered module☆80Updated 2 weeks ago
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- Example C++23 and C++20 syntax and tests of compilers and CMake☆114Updated last month