KRM7 / small_unique_ptr
A unique_ptr implementation with small object optimization
☆19Updated 8 months ago
Alternatives and similar repositories for small_unique_ptr
Users that are interested in small_unique_ptr are comparing it to the libraries listed below
Sorting:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 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
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆16Updated last year
- homogeneous variadic function parameters☆17Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆34Updated 6 months ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Radix set/map implementation☆16Updated last year
- A header only structure of arrays container for C++☆41Updated last year
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Compilation of header-only C++23 constexpr utilities☆13Updated 9 months ago
- `cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.☆14Updated 3 weeks ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 11 months ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- ☆26Updated 5 years ago
- Comparison operators for std::span☆15Updated 5 years ago
- C++ build system that uses C++ for build configuration.☆17Updated 2 weeks ago
- flat_map standardization proposal☆10Updated 2 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Standalone version of the boost::unordered library☆26Updated 3 months ago
- Optimizing the memory layout of std::tuple☆33Updated 4 years ago
- Tiny Test System☆27Updated last month
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago