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
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated this week
- Find race conditions at low cost by instrumenting containers☆35Updated 4 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 10 months ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Optimizing the memory layout of std::tuple☆33Updated 5 years ago
- C++20 compile-time reflection library.☆35Updated 9 months ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 3 months ago
- Virtual memory based containers☆42Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆34Updated 2 years ago
- ☆20Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated this week
- Data structures for ASTs☆14Updated 2 years ago
- A 3D Scene Renderer written in C++☆17Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- Small C++ workstealing task scheduler meant for gamedev.☆33Updated 4 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 9 months ago
- C++17 compile-time enum reflection library☆45Updated 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
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Comparison operators for std::span☆16Updated 5 years ago