Sterling Schulkins's repositories

memorymanager

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.

Language:C++License:MITStargazers:71Issues:1Issues:0

nanoreflect

An extremely simple C++ reflection library

Language:C++License:MITStargazers:2Issues:1Issues:0