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:
- Comparison of C++ Serialization Libraries for Graph Data☆34Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A C++ 14 implementation of graph data structures☆35Updated 8 years ago
- Polymorphic memory resource for real-time applications.☆68Updated last year
- low level system stuff, threads, memory, file descriptors etc☆21Updated 3 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A C++14 reflection library☆72Updated last week
- std::invoke/std::apply analogs for C++11/14☆41Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- Repository with examples for the C++20 Coroutines video and article.☆29Updated 10 months ago
- An indirect value-type for C++☆83Updated last year
- Boost.org unordered module☆73Updated this week
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- 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
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- C++11 compatible charconv☆31Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Boost.org pool module☆54Updated last month
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 4 months ago