mropert / cpp_benchmarkLinks
Adobe's C++ Performance Benchmarks for modern compilers (and build systems)
☆12Updated 5 years ago
Alternatives and similar repositories for cpp_benchmark
Users that are interested in cpp_benchmark are comparing it to the libraries listed below
Sorting:
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Nanoscale logging library in C++11☆13Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- Experimental ranges for CUDA☆24Updated 6 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Updated 7 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Generic 2D graphics library for C++14☆28Updated 5 months ago
- A cleaner rewrite of the meow hash by Casey Muratori, utilizing modern C++ features☆40Updated 6 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A collection of cache-friendly data structures in C++, without any dependencies.☆23Updated 7 years ago
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- High End Visualization (HEV) is a software environment for developing visualization applications in both desktop and immersive environmen…☆12Updated 5 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- 🔺 Fast and simple polygon triangulation library.☆43Updated 7 years ago
- Provide {fmt} as a C++20 named module☆9Updated 4 years ago
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.