KRM7 / small_unique_ptrLinks
A unique_ptr implementation with small object optimization
☆19Updated last year
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:
- Experimental JSON builder based on C++ reflection☆55Updated 4 months ago
- C++ build system that uses C++ for build configuration.☆19Updated this week
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 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
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated last month
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last month
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Boost.Mustache☆10Updated 2 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Compilation of header-only C++23 constexpr utilities☆13Updated last year
- ☆26Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated last month
- Radix set/map implementation☆19Updated last year
- Make std::mdspan formattable by std::format.☆11Updated last year
- homogeneous variadic function parameters☆17Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 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 3 months ago
- The Fancy Named Parameters Library☆36Updated last week
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆47Updated 2 weeks ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago