davidstone / isocpp
Papers intended for the C++ Standardization Committee
☆14Updated last year
Alternatives and similar repositories for isocpp
Users that are interested in isocpp are comparing it to the libraries listed below
Sorting:
- Virtual memory based containers☆42Updated 3 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- C++20 for flag enums☆27Updated 4 years ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated last month
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- Flat containers for C++☆59Updated 2 years ago
- A universal type for non-type template parameters for C++20 or later.☆27Updated 9 months ago
- Benchmark and accountability tool for C++ compile-time overhead / compile-time health☆52Updated 4 years ago
- homogeneous variadic function parameters☆17Updated last year
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 7 months ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 7 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- Optimizing the memory layout of std::tuple☆33Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Comparison operators for std::span☆15Updated 5 years ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆78Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated 11 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- polymorphism with value semantics (based on std::variant)☆12Updated 8 years ago