lukaszlaszko / allocatorsLinks
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
Sorting:
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆22Updated 4 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 8 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- flat_map standardization proposal☆10Updated 2 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- Comparison operators for std::span☆15Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Ergonomic C++ Iterator interface for STL containers☆38Updated 2 years ago
- typesafe tagged union with "don't call us, we'll call you" feature☆16Updated 9 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆33Updated 2 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/☆21Updated last year
- Virtual memory based containers☆42Updated 3 years ago
- Flat containers for C++☆59Updated 2 years ago
- ☆22Updated 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
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- Papers intended for the C++ Standardization Committee☆14Updated 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
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Optimizing the memory layout of std::tuple☆33Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆47Updated last month
- Make std::mdspan formattable by std::format.☆10Updated last year