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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions