Skip to content

Reduce the number of heap allocations #32

Open
@Le-o-n

Description

@Le-o-n

Most of the structs are being heap allocated but are static in size, this is slow and using stack allocation is much faster.

Convert from heap to stack allocations where possible

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