endurodave / AllocatorLinks
An Efficient C++ Fixed Block Memory Allocator
☆37Updated 3 months ago
Alternatives and similar repositories for Allocator
Users that are interested in Allocator are comparing it to the libraries listed below
Sorting:
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- ☆36Updated 6 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆52Updated 5 years ago
- C++11 syntactic sugar for ImGui with RAII guards☆69Updated last month
- A Embedded Gpu Profiler for Dear ImGui App☆57Updated 2 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆43Updated last year
- Call any function with command-like syntax at runtime (with automatic argument management). No dependencies, no boilerplate code, no macr…☆12Updated 2 years ago
- C++11 version of Don Clugston's FastDelegate library, by Ceniza.☆26Updated 11 years ago
- C++ type_name template utilities for pretty-printing type names☆10Updated 6 years ago
- Fast thread-safe allocator with memory access control functions☆15Updated 5 years ago
- A generator of JSON parser & serializer C++ code from structure header files☆27Updated 7 months ago
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated last month
- C++ utilities for lexing and parsing of script languages and configuration files.☆12Updated 7 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Archived!☆27Updated 4 years ago
- A modern C++-RAII utility library, based on the C++20 proposal☆12Updated 5 years ago
- Lightweight 2D graphics framework built using C++20 and Vulkan☆24Updated 3 years ago
- Fully multithreaded C++ CPU rasterizer☆28Updated 5 years ago
- This repository provides implementation of composable allocators described by Andrei Alexandrescu on CppCon 2015☆15Updated 7 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- Lightweight C++ RPC framework without code generation☆34Updated 5 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- Auto-generated maths library for C and C++ based on HLSL/Cg☆25Updated 3 months ago
- A clean implementation of reflection and related proposals.☆28Updated 7 years ago
- Small C++ workstealing task scheduler meant for gamedev.☆35Updated 4 years ago
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 5 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 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