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:
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- Generic hash function for STL style unordered containers☆38Updated last month
- C++ regular expressions library using template metaprogramming☆14Updated this week
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- AXE: a recursive descent parser generator C++ library☆16Updated 10 months ago
- A static-analysis tool for dependencies within a C/C++ codebase.☆19Updated last year
- Collection of header-only utilities for C++☆35Updated last year
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- The extremely fast zero allocation and zero copying JSON parser☆29Updated 2 years ago
- LALR(1) parser for C++☆79Updated last year
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 3 months ago
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 2 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 3 months ago
- sandbox for my c++ functional programming experiments☆33Updated 12 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 6 months ago
- C++ double-to-string conversion benchmark☆13Updated this week
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last week
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 3 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Boost.org tokenizer module☆29Updated 2 weeks ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- Boost.org bimap module☆23Updated 3 months ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- Enumerating all of the Undefined Behavior in C++☆36Updated 3 years ago