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
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated 3 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 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
- Optimizing the memory layout of std::tuple☆35Updated 5 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 5 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 11 months ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- Library of flat vector-like based associative containers☆74Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆23Updated last month
- Virtual memory based containers☆43Updated 3 years ago
- NanoSTL, a small subset of C++ STL and libm☆127Updated last month
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆42Updated last year
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago
- Find race conditions at low cost by instrumenting containers☆36Updated 3 weeks ago
- Null-termination-aware string-view class for C++☆26Updated last month
- C++ Reflection & Serialization using Clang's LibTooling☆52Updated 4 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 8 years ago
- An asynchronous FastCGI web microframework for C++☆38Updated 3 months ago
- Fast comparison-based sort algorithm☆57Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- ☆29Updated last year
- KISS C++20 Type Reflection using IFC files☆74Updated last year