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:
- Small C++ workstealing task scheduler meant for gamedev.☆33Updated 4 years ago
- Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand☆66Updated last month
- Fast O(1) offset allocator with minimal fragmentation in C99☆58Updated last year
- Yet another multiplatform C++ framework to make games☆78Updated 3 weeks ago
- Linear Memory Allocator for Games and Embedded Systems☆76Updated 2 years ago
- Memory allocators☆48Updated 7 years ago
- Work Stealing Threadpool in a C Header☆23Updated 11 months ago
- Small, easy-to-integrate shader compiler written in C99. Compiles HLSL to SPIR-V☆51Updated 4 years ago
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- An immediate mode 3D gimzo (translation, rotation, scale for scene editing) in ~1200 LoC☆47Updated 4 years ago
- mini libraries / experimental tools and reusable snippets☆86Updated 2 weeks ago
- A script that generates a single-header & single-header+single-source version of GLFW☆50Updated 3 years ago
- Header-only effects and helper library for Bgfx to help you hit the ground running. Includes a bunch of post processing filters to comple…☆43Updated 3 months ago
- Cross-platform C input library (work-in-progress)☆29Updated 5 years ago
- rex engine and game☆15Updated 3 years ago
- All in one Dear ImGui source distro for C++, C and Zig.☆59Updated last week
- ☆75Updated 2 years ago
- Fast, high-quality texture compression library for many formats☆51Updated 3 years ago
- Graphics related projects/prototypes/playground (Vulkan, C++17)☆38Updated 3 years ago
- Benchmarking a trivial replacement for std::vector☆19Updated 3 years ago
- A header-only C-like shading language compiler that writes Metal, HLSL, GLSL☆60Updated 5 years ago
- Immediate Mode Debug Draw library☆38Updated 5 years ago
- ☆36Updated 8 months ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆34Updated 2 years ago
- Single header "no-allocation" KTX/DDS file reader☆120Updated last year
- cross-platform filewatcher library for c/c++☆101Updated 3 years ago
- Dear ImGui 2D scripting language inspired by Werkzeug from Farbrausch☆38Updated 2 years ago
- ENTT like implementation of ECS in C☆50Updated last year
- An implementation of a weak handle interface to a packed vector in C++☆14Updated last year
- Headers Only C++11 Geometry Tessellation library for Vector Graphics, that can run on any computer with or without FPU. No standard libr…☆98Updated last year