nyorain / nytlLinks
Modern C++ generic header-only template library.
☆105Updated 6 months ago
Alternatives and similar repositories for nytl
Users that are interested in nytl are comparing it to the libraries listed below
Sorting:
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆101Updated 7 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆191Updated 5 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Library of flat vector-like based associative containers☆76Updated 3 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…☆165Updated 3 weeks ago
- Compile time mathematic functions for C++14☆186Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- A library for C++ reflection and introspection☆201Updated 8 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆167Updated 2 months ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated 2 months ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆172Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…