utilForever / CppIdioms
A curated list of Modern C++ idioms
☆21Updated 8 years ago
Alternatives and similar repositories for CppIdioms:
Users that are interested in CppIdioms are comparing it to the libraries listed below
- Lock-free concurrent work stealing deque in C++☆38Updated 7 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A header only structure of arrays container for C++☆41Updated last year
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- Header only associative linear container.☆41Updated 5 months ago
- Core abstractions for dealing with concurrency in C++☆66Updated 11 months ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆93Updated 3 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- a small lightweight std::execution work-alike☆63Updated last week
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- An indirect value-type for C++☆82Updated last year
- Libunifex networking library☆20Updated 2 years ago
- Simple resource pool for recycling resources in C++☆67Updated 8 months ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆23Updated 7 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Priority-based Task Scheduling for Modern C++☆87Updated 4 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆46Updated 8 years ago
- A bunch of small C++ utilities☆66Updated last year
- A C++ 14 implementation of graph data structures☆35Updated 8 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- A C++14 reflection library☆70Updated 2 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Polymorphic memory resource for real-time applications.☆66Updated last year
- Repository with examples for the C++20 Coroutines video and article.☆29Updated 8 months ago
- Concurrency with modern C++☆30Updated 3 years ago