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.
☆82Updated last year
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.☆35Updated 5 years ago
- Fast comparison-based sort algorithm☆57Updated 3 years ago
- Memory allocators☆49Updated 7 years ago
- Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand☆75Updated 5 months 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
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆106Updated 3 months ago
- A header-only C-like shading language compiler that writes Metal, HLSL, GLSL☆60Updated 6 years ago
- Yet another multiplatform C++ framework to make games☆85Updated last month
- Work Stealing Threadpool in a C Header☆24Updated 4 months ago
- Lock free hierarchical work scheduler☆116Updated last year
- rex engine and game☆15Updated 4 years ago
- Reasonably fast Fourier transform in a single header for C and C++☆46Updated 2 years ago
- An implementation of a weak handle interface to a packed vector in C++☆14Updated this week
- Cross-platform C input library (work-in-progress)☆29Updated 5 years ago
- Fast, high-quality texture compression library for many formats☆49Updated 3 years ago
- "Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.☆96Updated last month
- An immediate mode 3D gimzo (translation, rotation, scale for scene editing) in ~1200 LoC☆48Updated 5 years ago
- Vulkan c helper library☆33Updated 6 months ago
- the Donald Trump of the ECS libraries☆68Updated 5 years ago
- Everything I am (was...) passionate about - the best game engine ever☆50Updated 5 years ago
- Linear Memory Allocator for Games and Embedded Systems☆77Updated 3 years ago
- mini libraries / experimental tools and reusable snippets☆88Updated 7 months ago
- An extensible, cross-platform, single-header C/C++ OpenGL loader library.☆89Updated 3 years ago
- Auto-generated maths library for C and C++ based on HLSL/Cg☆25Updated 3 weeks ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- ☆66Updated 4 years ago
- Single file library for vertex cache optimisation of triangles.☆68Updated 8 years ago
- Graphics programming experiments. Play-around, demos. Some good, some bad.☆45Updated last month
- Portable, single-file, wait-free atomic sound mixing library utilizing SSE-accelerated mixing☆97Updated 6 years ago