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
 - 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
 - Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years 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
 - forward declarations for C++ std headers☆74Updated 4 years ago
 - A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
 - Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated 2 weeks ago
 - Slotmap is a sequence container with weak reference keys written in C++17.☆40Updated last year
 - Virtual memory based containers☆43Updated 3 years ago
 - A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 3 months ago
 - Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
 - A generator of JSON parser & serializer C++ code from structure header files☆27Updated 7 months ago
 - Data structures for ASTs☆14Updated 2 years ago
 - Library of flat vector-like based associative containers☆75Updated 2 years ago
 - A C++ SIMD mathematics library for computer graphics.☆29Updated last month
 - Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times☆104Updated 8 years ago
 - ☆22Updated last year
 - A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆36Updated 2 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
 - Optimizing the memory layout of std::tuple☆34Updated 5 years ago
 - ☆20Updated 8 years ago
 - C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
 - C++ Dynamic loader generator for C APIs☆18Updated 7 years ago
 - <charconv> from Microsoft STL, but multi-platform☆39Updated 7 months ago
 - Null-termination-aware string-view class for C++☆26Updated 3 months ago
 - ☆34Updated 3 years ago
 - A C++20 serialization library (cereal fork)☆30Updated 4 months ago
 - Compact SVO optimized vector for C++17 or higher☆109Updated last year
 - "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago