VioletGiraffe / cpp-template-utilsLinks
A header-only C++ library that augments the standard library with useful code snippets
☆12Updated 10 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:
- C++20 Library with the fastest runtime and compile times☆14Updated 4 months ago
- LALR(1) parser for C++☆79Updated last year
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 4 months ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 3 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 4 months ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- MSGUI - Metashell GUI☆68Updated 6 years ago
- Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library☆67Updated last year
- Wicked fast, thread safe in-memory key/object store for C++☆12Updated 8 years ago
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 6 months 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
- std::fixed_string☆12Updated 9 years ago
- AXE: a recursive descent parser generator C++ library☆16Updated 11 months ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- The Fancy Named Parameters Library☆33Updated 2 months ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- This is a C++ graph library for directed graph layout visualization using sugiyama algorithm☆16Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 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
- C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html☆34Updated 4 years ago