utilForever / CppIdiomsLinks
A curated list of Modern C++ idioms
☆24Updated 8 years ago
Alternatives and similar repositories for CppIdioms
Users that are interested in CppIdioms are comparing it to the libraries listed below
Sorting:
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 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 …☆32Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- low level system stuff, threads, memory, file descriptors etc☆22Updated 8 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Code samples from https://vorbrodt.blog/☆114Updated 5 months ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last month
- An indirect value-type for C++☆84Updated 2 years ago
- Simple resource pool for recycling resources in C++☆70Updated 3 months ago
- Light, fast, threadpool for C++20☆106Updated 2 years ago
- Standalone version of the boost::unordered library☆29Updated 2 months ago
- a small lightweight std::execution work-alike☆65Updated 7 months ago
- A lightweight lazy-loading wrapper written in Modern C++☆48Updated 8 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Concurrency with modern C++☆32Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆152Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Library of backported modern C++ types to work with C++11☆87Updated 5 months ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- Finite State Machine using C++20 coroutines with symmetric transfer☆93Updated 2 years ago
- A parallel pipeline for stream processing☆69Updated 3 years ago
- C++14 code to convert integers to strings at compile-time☆120Updated 9 months ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Docker container with compilers and tooling for basic C++ projects☆80Updated 4 years ago
- A C++14 reflection library☆76Updated last week