Skip to content

Custom memory management #55

@maltebp

Description

@maltebp

A lot of small memory allocations with the lifetime of a single frame may be allocated. With some simple customized memory management, we can optimize these smaller allocations by recycling the them instead of reallocating them every frame.

Comments on overloading new: https://stackoverflow.com/questions/8620940/using-a-vector-in-a-custom-memory-manager
Nice article: https://developer.ibm.com/technologies/systems/tutorials/au-memorymanager/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions