VioletGiraffe / cpp-template-utilsLinks
A header-only C++ library that augments the standard library with useful code snippets
☆13Updated 2 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:
- LALR(1) parser for C++☆80Updated last year
- AXE: a recursive descent parser generator C++ library☆16Updated last year
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A collection of useful things; sometimes proofs of concepts, sometimes production-ready code.☆21Updated 5 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆23Updated 2 weeks ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 8 months ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆83Updated 7 months ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- Mathematical Expression Parser and JIT Compiler☆148Updated 3 weeks ago
- Constexpr hash map, generates a constant KV hash map at compile time.☆18Updated 9 years ago
- Fastest type-safe parsing library in the world for C++14 or C++17 (up to 300x faster than std::regex)☆43Updated 6 years ago
- C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html☆35Updated 5 years ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆65Updated last week
- C++20 Library with the fastest runtime and compile times☆14Updated 2 months ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- Modern (idiomatic) binding between COM and C++☆42Updated 9 years ago
- A simple C++ header-only template library implementing matching using wildcards☆91Updated last year
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- performance experiments for C++ exception handling☆32Updated 3 years ago
- ☆38Updated 4 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆66Updated last week
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- C++ Header-Only Library for High-Performance Tensor-Vector Multiplication☆23Updated last month
- so5extra is a collection of various SObjectizer's extensions. so5extra is built on top of SObjectizer and intended to simplify developmen…☆25Updated last week
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 3 years ago
- C++ Testing using spies and fakes for isolation and simulation☆61Updated 7 years ago
- C++ remote library☆26Updated 10 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆208Updated 2 months ago