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.
☆81Updated 11 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☆75Updated 4 months ago
- Small C++ workstealing task scheduler meant for gamedev.☆35Updated 4 years ago
- Fast comparison-based sort algorithm☆56Updated 3 years ago
- Fast, high-quality texture compression library for many formats☆50Updated 3 years ago
- Memory allocators☆48Updated 7 years ago
- Dear ImGui 2D scripting language inspired by Werkzeug from Farbrausch☆38Updated 2 years ago
- cross-platform filewatcher library for c/c++☆101Updated 4 years ago
- An implementation of a weak handle interface to a packed vector in C++☆14Updated last year
- Yet another multiplatform C++ framework to make games☆83Updated this week
- Immediate Mode Debug Draw library☆42Updated 6 years ago
- rex engine and game☆15Updated 4 years ago
- An immediate mode 3D gimzo (translation, rotation, scale for scene editing) in ~1200 LoC☆48Updated 5 years ago
- A header-only C-like shading language compiler that writes Metal, HLSL, GLSL☆60Updated 6 years ago
- the Donald Trump of the ECS libraries☆68Updated 4 years ago
- Builds atlas texture from a bunch of input images.☆72Updated 5 years ago
- Lock free hierarchical work scheduler☆114Updated last year
- "Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.☆95Updated 2 weeks ago
- Linear Memory Allocator for Games and Embedded Systems☆76Updated 3 years ago
- Fiber-based job system with extremely simple API☆82Updated 4 years ago
- Reasonably fast Fourier transform in a single header for C and C++☆44Updated 2 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…☆44Updated last week
- Cross-platform C input library (work-in-progress)☆28Updated 5 years ago
- Graphics related projects/prototypes/playground (Vulkan, C++17)☆38Updated 3 years ago
- Small, easy-to-integrate shader compiler written in C99. Compiles HLSL to SPIR-V☆51Updated 4 years ago
- Single header "no-allocation" KTX/DDS file reader☆133Updated last month
- Intrusive Profiler for C++ (comes with viewer)☆76Updated 6 years ago
- ☆66Updated 3 years ago
- Zmeya is a header-only C++ binary serialization library designed for games and performance-critical applications☆131Updated 2 months ago
- Graph based GUI tool to automate system tasks☆24Updated 8 months ago
- Work Stealing Threadpool in a C Header☆24Updated 3 months ago