thelink2012 / any
Implementation of std::any, including small object optimization, for C++11 compilers
☆148Updated last year
Alternatives and similar repositories for any:
Users that are interested in any are comparing it to the libraries listed below
- 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 …☆138Updated last month
- 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☆239Updated 3 months ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 3 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆170Updated last month
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- A highly efficient, move-aware operators library☆202Updated 2 years ago
- C++11 metaprogramming library☆256Updated 3 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆439Updated last month
- Love template metaprogramming☆329Updated 3 years ago
- Scope Guard & Defer C++☆172Updated last year
- A reference implementation for a modern C++ client interface☆92Updated 7 years ago
- C++17 library facilities for older compilers☆146Updated 4 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 4 years ago
- C++11/14 strings for direct use in template parameter lists, template metaprogramming.☆200Updated 3 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- A polymorphic value-type for C++☆227Updated last year
- Single-header program options parsing library for C++11☆134Updated 3 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆187Updated 5 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 2 months ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 2 years ago
- C++ library for executors☆503Updated 8 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆115Updated 7 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Simple, flexible and modular assertion macro.☆227Updated last year
- C++ generic make factory☆107Updated 6 years ago