ModernCPPBook / ExamplesLinks
Parallel C++: Efficient and Scalable High-Performance Parallel Programming
☆21Updated last year
Alternatives and similar repositories for Examples
Users that are interested in Examples are comparing it to the libraries listed below
Sorting:
- C++11 compatible charconv☆31Updated last week
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆58Updated last week
- a small lightweight std::execution work-alike☆65Updated 10 months ago
- helper repository for various articles that I publish☆62Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last month
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆67Updated 2 months ago
- The Fancy Named Parameters Library☆36Updated 3 months ago
- pika is a C++ tasking library built on std::execution with fibers, CUDA, HIP, and MPI support.☆79Updated 3 weeks ago
- Using C++ templates to track dimensional metadata☆11Updated 5 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Collaborating on papers for the ISO C++ committee - public repo☆27Updated 2 months ago
- A Low-Level Abstraction of Memory Access☆93Updated last year
- A graph concurrent library for C++☆63Updated 2 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- A C++ coroutine library for writing asynchronous distributed applications using Boost ASIO, Qt, gRPC, ROS2, TAO, ..., as communication f…☆46Updated 3 weeks ago
- Performance profiling of JSON libraries☆28Updated 7 months ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆99Updated 3 months ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- This repository is a very simple C++ modules example.