nyorain / nytl
Modern C++ generic header-only template library.
☆102Updated 2 years ago
Alternatives and similar repositories for nytl:
Users that are interested in nytl are comparing it to the libraries listed below
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆186Updated 4 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☆157Updated last week
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 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…☆153Updated 2 weeks ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- rx::ranges is a minimalist ranges library for C++17☆126Updated 2 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 9 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- A C++14 and later CRTP template for defining iterators☆71Updated last week
- A C++14-and-later expression template library☆108Updated last week
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- C++ generic make factory☆107Updated 5 years ago
- Simple, non intrusive reactive programming library for C++. (Events + Observable Properties + Reactive Properties)☆73Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 4 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆254Updated 4 years ago
- Stack allocated and type-erased functors 🐜☆53Updated 6 years ago
- ☆52Updated 5 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆67Updated 5 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆139Updated 2 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 3 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☆239Updated last month
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 3 weeks ago