VioletGiraffe / cpp-template-utilsLinks
A header-only C++ library that augments the standard library with useful code snippets
☆12Updated 11 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:
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆45Updated 7 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 4 months ago
- LALR(1) parser for C++☆79Updated last year
- AXE: a recursive descent parser generator C++ library☆16Updated last year
- Yet another C++ text formatting library.☆70Updated 8 months ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆23Updated 3 weeks ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- C++20 Library with the fastest runtime and compile times☆14Updated 4 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 7 months ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated last year
- Fastest type-safe parsing library in the world for C++14 or C++17 (up to 300x faster than std::regex)☆44Updated 6 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- File/Directory Watcher for Modern C++☆85Updated 2 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆82Updated 4 months ago
- C++ Mathematical Expression Library Extra Examples https://www.partow.net/programming/exprtk/index.html☆16Updated 2 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆63Updated last year
- Generic hash function for STL style unordered containers☆38Updated last week
- Some library components that didn't quite fit anywhere else...☆37Updated this week
- Expressive High-Performance Eager Functional Programming Library for C++ 11☆49Updated 9 months ago
- GUI application for DoxyPress☆25Updated 5 months ago
- test suite generation for C++☆27Updated 2 months ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- ☆37Updated 3 years ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆64Updated 5 years ago
- Mathematical Expression Parser and JIT Compiler☆146Updated 2 months ago
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 2 years ago