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:
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Polymorphic memory resource for real-time applications.☆70Updated last year
- Libunifex networking library☆20Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆66Updated 2 years ago
- Boost.org unordered module☆75Updated 3 weeks ago
- A C++14 reflection library☆73Updated 3 weeks ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 8 months ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- An indirect value-type for C++☆83Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆45Updated 5 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- The C++ Mixin Support Library: Sandwich Mixins all the way☆40Updated 2 years ago
- low level system stuff, threads, memory, file descriptors etc☆21Updated 4 months ago
- C++20 coroutines-based cooperative multitasking library☆106Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- ☆56Updated last year
- Google Benchmark data visualization tool☆26Updated last week
- spdlog setup initialization via file configuration for convenience.☆81Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++20 Tensor library☆27Updated last month