Skip to content

Memory pooling #5

@OronDF343

Description

@OronDF343

Currently, memory is allocated as it is needed. Allocating memory out of a given pool should improve performance even further, but requires synchronization primitives.
The maximum amount of required memory can always be calculated ahead of time, which can help simplify things even further.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions