utilForever / CppIdiomsLinks
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
Sorting:
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆68Updated last year
- stl-like algorithms for TYPES☆31Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Meta C++ Library and Tool☆82Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Portable UUID generation library for C++☆26Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- C++14 code to convert integers to strings at compile-time☆120Updated 5 months ago
- A C++ 14 implementation of graph data structures☆35Updated 8 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- An indirect value-type for C++☆83Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- ☆26Updated 5 years ago
- Repository with examples for the C++20 Coroutines video and article.☆29Updated 10 months ago
- Boost.org unordered module☆73Updated this week
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- A modern and (mostly) macro free mocking-framework☆41Updated 2 weeks ago
- A C++14 reflection library☆72Updated last week
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated 9 months ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆76Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago