galtza / global-typelistLinks
How to build and maintain a "global" type-list
☆25Updated 5 years ago
Alternatives and similar repositories for global-typelist
Users that are interested in global-typelist are comparing it to the libraries listed below
Sorting:
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- ☆25Updated 5 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- forward declarations for C++ std headers☆75Updated 4 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆68Updated last year
- std::invoke/std::apply analogs for C++11/14☆43Updated 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…