coderonion / awesome-cpp20Links
This repository lists some awesome public projects about C++20, C++23, C++26 and beyond.
☆18Updated 5 months ago
Alternatives and similar repositories for awesome-cpp20
Users that are interested in awesome-cpp20 are comparing it to the libraries listed below
Sorting:
- performance experiments for C++ exception handling☆30Updated 3 years ago
- The Fancy Named Parameters Library☆31Updated last month
- FlameGraphs in Your App☆32Updated 5 months ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- A C++14 implementation of IEEE 754 decimal floating point numbers☆30Updated this week
- Json benchmark based on nativejson-benchmark☆32Updated 4 months ago
- C++20 SIMD Within A Register library☆40Updated last month
- C++ utilities☆48Updated 2 months ago
- (Legacy) Extremely fast unordered map and set library for C++20☆11Updated last year
- Fast and lightweight thread pool for C++11 and newer.☆43Updated 7 months ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Pipelines for Modern C++☆67Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆51Updated last week
- The curated list of awesome C++ Coroutine resources.☆15Updated last year
- Fast regular expression library, with full matching support, even at compile time!☆35Updated 4 months ago
- A library for working and manipulating IPv4/IPv6 addresses and networks☆12Updated last month
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Example C++23 and C++20 syntax and tests of compilers and CMake☆110Updated 3 weeks ago
- Performance profiling of JSON libraries☆25Updated 3 weeks ago
- C++11 compatible charconv☆31Updated last week
- An argument parser, just like python's argparse, but for c++☆18Updated 4 months ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 9 months ago
- A small library in modern C++ to initialize spdlog loggers from a toml configuration file.☆16Updated last month
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆16Updated 4 months ago
- ☆9Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Build-system agnostic code generation application for C++.☆20Updated 2 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…