VioletGiraffe / cpp-template-utilsLinks
A header-only C++ library that augments the standard library with useful code snippets
☆12Updated 9 months ago
Alternatives and similar repositories for cpp-template-utils
Users that are interested in cpp-template-utils are comparing it to the libraries listed below
Sorting:
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last week
- Some library components that didn't quite fit anywhere else...☆36Updated 9 months ago
- A high-level API for accessing DWARF debugging information, in C++☆27Updated 4 months ago
- C++20 Library with the fastest runtime and compile times☆14Updated 2 months ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- A static-analysis tool for dependencies within a C/C++ codebase.☆19Updated last year
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 2 months ago
- An open-source C++ library for parsing reStructuredText☆18Updated 11 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated 2 months ago
- AXE: a recursive descent parser generator C++ library☆16Updated 10 months ago
- Allows you to publish ABI stable C++ library that can be used across different compilers☆64Updated 4 months ago
- ☆97Updated 3 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- A C++14 implementation of IEEE 754 decimal floating point numbers☆30Updated this week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Fastest type-safe parsing library in the world for C++14 or C++17 (up to 300x faster than std::regex)☆42Updated 6 years ago
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Updated 4 years ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated last year
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Generic hash function for STL style unordered containers☆38Updated 2 weeks ago
- C++ header-only library which enable using aggregates like tuples☆24Updated 6 years ago
- ☆38Updated 3 years ago