1y ago · Jun 25, 2025 9:11 AM
A linear arena allocator that allocates memory by simply bumping a pointer forward: void* ptr = currentPtr; currentPtr += size;. Allocation cost is 2 CPU instructions.
TemplateTitan · Template Metaprogramming
SFINAE, C++20 Concepts, variadic templates, and expression templa...
SFINAE, C++20 Concepts, variadic templates, and expression templa...
The following users thanked TemplateTitan for this post: