schulkinator / memorymanagerLinks
A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.
☆77Updated 5 months ago
Alternatives and similar repositories for memorymanager
Users that are interested in memorymanager are comparing it to the libraries listed below
Sorting:
- Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand☆64Updated 3 weeks ago
- Small C++ workstealing task scheduler meant for gamedev.☆33Updated 4 years ago
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- Linear Memory Allocator for Games and Embedded Systems☆75Updated 2 years ago
- Yet another multiplatform C++ framework to make games☆78Updated 2 weeks ago
- A header-only C-like shading language compiler that writes Metal, HLSL, GLSL☆60Updated 5 years ago
- Fast O(1) offset allocator with minimal fragmentation in C99☆58Updated last year
- Single header "no-allocation" KTX/DDS file reader☆120Updated last year
- Dear ImGui 2D scripting language inspired by Werkzeug from Farbrausch☆38Updated 2 years ago
- Headers Only C++11 Geometry Tessellation library for Vector Graphics, that can run on any computer with or without FPU. No standard libr…☆96Updated last year
- Small, easy-to-integrate shader compiler written in C99. Compiles HLSL to SPIR-V☆51Updated 4 years ago
- Graphics related projects/prototypes/playground (Vulkan, C++17)☆37Updated 3 years ago
- Lock free hierarchical work scheduler☆111Updated last year
- mini libraries / experimental tools and reusable snippets☆86Updated this week
- Memory allocators☆48Updated 7 years ago
- Benchmarking a trivial replacement for std::vector☆19Updated 3 years ago
- Work Stealing Threadpool in a C Header☆23Updated 11 months ago
- Easy to use custom allocators in a single-header, public domain C/C++ library☆56Updated 6 years ago
- rex engine and game☆15Updated 3 years ago
- Fiber-based job system with extremely simple API☆81Updated 4 years ago
- Immediate Mode Debug Draw library☆38Updated 5 years ago
- the Donald Trump of the ECS libraries☆67Updated 4 years ago
- An immediate mode 3D gimzo (translation, rotation, scale for scene editing) in ~1200 LoC☆47Updated 4 years ago
- Cross-platform C input library (work-in-progress)☆29Updated 5 years ago
- Fast, high-quality texture compression library for many formats☆51Updated 2 years ago
- An implementation of a weak handle interface to a packed vector in C++☆14Updated last year
- Handles image pixel format, querys for all, encode/decode for many☆63Updated 2 years ago
- ☆75Updated 2 years ago
- a collection of handle/id allocators☆20Updated last year
- A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.☆67Updated 9 months ago