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
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- A fast and flexible c++ template class for tree data structures☆109Updated 3 weeks ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆143Updated last year
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 5 months ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 5 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆247Updated 7 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆43Updated 5 years ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆213Updated 8 years ago
- A C++14/17 implementation of named tuples☆71Updated last year
- C++20 implementation of {{ mustache }}☆86Updated 10 months ago
- Enjoy template metaprogramming☆113Updated 8 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 …☆147Updated 6 months ago
- A C++14-and-later expression template library☆110Updated last month
- A C++14 library to make it easier to work with parameter packs☆56Updated 6 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆37Updated 6 years ago
- C++ signal and slot system☆161Updated 5 years ago
- A highly efficient, move-aware operators library☆204Updated 2 years ago
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- A compile-time linear algebra system for C++☆122Updated 3 years ago
- Non bloated asynchronous logger☆222Updated 2 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…☆157Updated 2 months ago