wichtounet / cpp_utilsLinks
Collection of header-only utilities for C++
☆36Updated last year
Alternatives and similar repositories for cpp_utils
Users that are interested in cpp_utils are comparing it to the libraries listed below
Sorting:
- Modern C++ generic header-only template library.☆103Updated 2 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- A fast and flexible c++ template class for tree data structures☆110Updated last month
- The missing C++ tuple functionality☆85Updated 5 years ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆214Updated 8 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 5 years ago
- A C++14/17 implementation of named tuples☆71Updated last year
- A C++14 library to make it easier to work with parameter packs☆56Updated 6 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- A compile-time linear algebra system for C++☆123Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆158Updated 3 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- A highly efficient, move-aware operators library☆204Updated 2 years ago
- C++20 implementation of {{ mustache }}☆86Updated 10 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆149Updated 2 weeks ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆182Updated this week
- Reflection utilities and examples built on top of C++ reflection TS implementation.☆116Updated 3 years ago
- pushmi project☆50Updated 6 years ago
- C++ signal and slot system☆161Updated 5 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated this week
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆141Updated 3 years ago