lukaszlaszko / allocators
This repository provides implementation of composable allocators described by Andrei Alexandrescu on CppCon 2015
☆15Updated 7 years ago
Alternatives and similar repositories for allocators:
Users that are interested in allocators are comparing it to the libraries listed below
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 8 months ago
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 3 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
- 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
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆22Updated 3 months ago
- easy reflection and serialization for C++17, MIT licensed☆51Updated 3 years ago
- ☆26Updated 5 years ago
- flat_map standardization proposal☆10Updated 2 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Make std::mdspan formattable by std::format.☆10Updated last year
- C++20 for flag enums☆27Updated 4 years ago
- Virtual memory based containers☆42Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 7 months ago
- Flat containers for C++☆59Updated 2 years ago
- typesafe tagged union with "don't call us, we'll call you" feature☆16Updated 9 years ago
- homogeneous variadic function parameters☆17Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library☆16Updated 11 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 11 months ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆33Updated 2 years ago
- Null-termination-aware string-view class for C++☆25Updated last year
- ☆34Updated 2 years ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆45Updated 2 weeks ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year