kmhofmann / cpp-coding-guidelinesLinks
C++ Coding Conventions and Guidelines
☆47Updated 6 years ago
Alternatives and similar repositories for cpp-coding-guidelines
Users that are interested in cpp-coding-guidelines are comparing it to the libraries listed below
Sorting:
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- A C++17 image representation, processing and I/O library.☆313Updated 3 years ago
- Source code for my articles☆146Updated last year
- C++ features jump start☆123Updated 3 years ago
- Presentation Material for C++Now 2018☆125Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 9 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- ☆31Updated 4 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- Execution primitives for C++☆154Updated 5 years ago
- Timing utility, wraps C++11 std::chrono in an easy to use StopWatch utility☆51Updated 9 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- The C++ Pimpl Idiom Again!☆37Updated 7 years ago
- A bunch of small C++ utilities☆69Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 4 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Blazing-fast Expression Templates Library (ETL) with GPU support, in C++☆231Updated 6 months ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Core abstractions for dealing with concurrency in C++☆68Updated last year
- Fixed Point Arithmetic C++14 Library☆112Updated 7 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.