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:
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- C++20 Library with the fastest runtime and compile times☆14Updated last month
- Yet another C++ text formatting library.☆71Updated 11 months ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 7 months ago
- AXE: a recursive descent parser generator C++ library☆16Updated last year
- File/Directory Watcher for Modern C++☆86Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- test suite generation for C++☆27Updated 4 months ago
- A collection of useful things; sometimes proofs of concepts, sometimes production-ready code.☆21Updated 5 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆23Updated 3 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- The extremely fast zero allocation and zero copying JSON parser☆31Updated 2 years ago
- A simple C++ header-only template library implementing matching using wildcards☆89Updated last year
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆47Updated last month
- bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for …☆91Updated 2 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆64Updated 9 months ago
- LALR(1) parser for C++☆80Updated last year
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Generic hash function for STL style unordered containers☆39Updated this week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆49Updated 3 weeks ago
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years 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++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆97Updated 5 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated last week
- C++ library for conversion between big and little endian data representations.☆37Updated 5 months ago