Skip to content

[Containers] Add allocation strategies #43

Description

@muit

Arrays and other containers should support allocation strategies like square root.

This means when an array for example resizes, it will resize to the closest square root step, reducing reallocations exponentially but potentially using more memory in average.

At the moment the default is to only use the exact memory needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions