aguinet / pector
A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm
☆67Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for pector
- A template for creating optional-like object with no space overhead☆26Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 7 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- C++17 immutable compile-time key value map☆50Updated 4 years ago
- Warning suppression library (C++)☆81Updated 4 years ago
- low-level library for minimizing the size of your types☆110Updated 5 years ago
- std::bitset with constexpr implementations plus additional features.☆117Updated last year
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 8 years ago
- WIP☆26Updated 5 years ago
- ☆26Updated 6 years ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 7 years ago
- The missing C++ tuple functionality☆84Updated 4 years ago
- Coroutine Support Library☆34Updated 2 months ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- C++ micro benchmark library☆88Updated 7 years ago
- A header-only C++ parsing framework☆36Updated 3 years ago
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Updated 9 years ago
- C++ generic make factory☆106Updated 5 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 5 months ago
- My submissions to SC22WG21 C++ ISO/IEC standardization group☆43Updated 11 months ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- Variadic templates and std::integer_sequence support library☆109Updated 3 years ago
- A no-dependencies C++ extensible type erasure library☆42Updated 4 years ago
- Very fast regexp using c++11 templates.☆82Updated 9 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A comparison of different options to implement binary flags in C++17☆17Updated 6 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago