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:
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆40Updated last year
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated last month
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- Virtual memory based containers☆43Updated 3 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 6 months ago
- ☆50Updated 8 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆23Updated 2 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 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
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆35Updated 2 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 2 weeks ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 8 years ago
- forward declarations for C++ std headers☆74Updated 4 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
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- A generator of JSON parser & serializer C++ code from structure header files☆27Updated 6 months ago
- ☆22Updated last year
- Fast comparison-based sort algorithm☆57Updated 2 years ago
- Null-termination-aware string-view class for C++☆26Updated 2 months ago
- ☆34Updated 3 years ago
- A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of go…☆80Updated 9 months ago
- A Embedded Gpu Profiler for Dear ImGui App☆56Updated last month
- Flat containers for C++☆59Updated 3 months ago