VioletGiraffe / cpp-template-utilsLinks
A header-only C++ library that augments the standard library with useful code snippets
☆13Updated 2 weeks 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:
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆54Updated 9 months ago
- C++20 Library with the fastest runtime and compile times☆14Updated this week
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated last year
- LALR(1) parser for C++☆80Updated last year
- C++20 SIMD Within A Register library☆47Updated 8 months ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated 2 years ago
- ☆40Updated 4 years ago
- 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 5 months ago
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- A simple C++ header-only template library implementing matching using wildcards☆93Updated last year
- Tries in C++☆13Updated 5 years ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆58Updated last week
- Cryptography library for modern C++.☆77Updated 2 years ago
- Header-only C++17 library for evaluating logical expressions.☆88Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- AXE: a recursive descent parser generator C++ library☆16Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Updated 2 months ago
- GUI application for DoxyPress☆25Updated this week
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆212Updated 2 weeks ago
- Displayed width of UTF-8 strings in Modern C++☆49Updated 3 years ago
- Evaluate mathematical expressions using Boost.Spirit