Skip to content

An elementary Memory Manager For C++ that achieves higher performance over traditional new/delete by loss of generality.

Notifications You must be signed in to change notification settings

eashwaranRaghu/Memory-Manager

Repository files navigation

Memory-Manager

Overview

A Memory Management API For C++ thats 100% faster than traditional new/delete operators by loss of generality.

Design

Used operator overloading to provide seamless integration and Designed an OS agnostic architecture to make the API portable.

About

An elementary Memory Manager For C++ that achieves higher performance over traditional new/delete by loss of generality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages