Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.
This repository was archived by the owner on May 3, 2026. It is now read-only.

Reduce Vector3 allocs #63

Description

@dotaxel

Since i added the Vector3, i never think about the fact every frame im creating tons and tons of them every frame, from the modifiers backend to the renderer.

Having a Vector pool its not trivial too, i think... Instead we cant just avoid creating them as much as possible, maybe also optimizing Vector3 op code, also if it is possible we could make it a struct over an abstract? So we could keep Vector3D compatibility? IDK

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions